summaryrefslogtreecommitdiffhomepage
path: root/bin/console
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-07-10 04:32:38 -0400
committerrealtradam <[email protected]>2021-07-10 04:32:38 -0400
commit5f71389f9cbfb0adcd68686298fe7c7a47310ca2 (patch)
tree12a9b46f850731271000bcaf21156dac1781d903 /bin/console
downloadfelpack-r2d-bindings-5f71389f9cbfb0adcd68686298fe7c7a47310ca2.tar.gz
felpack-r2d-bindings-5f71389f9cbfb0adcd68686298fe7c7a47310ca2.zip
initialHEADmaster
Diffstat (limited to 'bin/console')
-rwxr-xr-xbin/console15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/console b/bin/console
new file mode 100755
index 0000000..d64f4a1
--- /dev/null
+++ b/bin/console
@@ -0,0 +1,15 @@
+#!/usr/bin/env ruby
+# frozen_string_literal: true
+
+require "bundler/setup"
+require "felpack/r2d/bindings"
+
+# 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.
+
+# (If you use this, don't forget to add pry to your Gemfile!)
+# require "pry"
+# Pry.start
+
+require "irb"
+IRB.start(__FILE__)