Skip to content

Commit 6e3ed21

Browse files
committed
fix console script
1 parent 362188f commit 6e3ed21

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

bin/console

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
# frozen_string_literal: true
33

44
require 'bundler/setup'
5-
require 'rubocop/grape'
6-
7-
# You can add fixtures and/or initialization code here to make experimenting
8-
# with your gem easier. You can also use a different console, if you like.
9-
10-
# (If you use this, don't forget to add pry to your Gemfile!)
11-
# require "pry"
12-
# Pry.start
5+
require 'rubocop-grape'
136

147
require 'irb'
8+
ARGV.clear
9+
1510
IRB.start(__FILE__)

0 commit comments

Comments
 (0)