Update rubocop, and make rubocop happy

This commit is contained in:
2017-10-24 01:10:19 +01:00
parent ad9709df2d
commit 899ad6bdb6
11 changed files with 26 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
require "bunnyrun"
require 'bundler/setup'
require 'bunnyrun'
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
@@ -10,5 +11,5 @@ require "bunnyrun"
# require "pry"
# Pry.start
require "irb"
require 'irb'
IRB.start(__FILE__)