Skip to content

Commit

Permalink
Add bin/console script
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Jul 21, 2023
1 parent cf59b8f commit 1c3909a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "arbre"

# 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__)

0 comments on commit 1c3909a

Please sign in to comment.