Skip to content

Commit 4c0477a

Browse files
committed
Add console.
1 parent 72e68b1 commit 4c0477a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bin/console

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env ruby
2+
3+
require "bundler/setup"
4+
require_relative "../app/app"
5+
6+
# You can add fixtures and/or initialization code here to make experimenting
7+
# with your gem easier. You can also use a different console, if you like.
8+
9+
# (If you use this, don't forget to add pry to your Gemfile!)
10+
# require "pry"
11+
# Pry.start
12+
13+
require "irb"
14+
IRB.start(__FILE__)

0 commit comments

Comments
 (0)