Skip to content

Commit b4c8438

Browse files
committed
Add bin/console
1 parent 155fb9d commit b4c8438

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

bin/console

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
4+
require 'bundler/setup'
5+
require 'irb'
6+
require 'rubocop'
7+
require 'rubocop-rails'
8+
9+
ARGV.clear
10+
11+
IRB.start(__FILE__)

0 commit comments

Comments
 (0)