We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin/console
1 parent 155fb9d commit b4c8438Copy full SHA for b4c8438
bin/console
@@ -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