Skip to content

Commit

Permalink
Add console.
Browse files Browse the repository at this point in the history
  • Loading branch information
benubois committed Dec 16, 2024
1 parent 72e68b1 commit 4c0477a
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_relative "../app/app"

# 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 4c0477a

Please sign in to comment.