Skip to content

Commit

Permalink
Merge pull request #258 from ifad/console
Browse files Browse the repository at this point in the history
Add console
  • Loading branch information
tagliala authored Sep 13, 2024
2 parents bcc6796 + f2908eb commit b9254ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env ruby

$: << File.expand_path('../lib', __dir__)

require 'colore'
require 'irb'

IRB.start

0 comments on commit b9254ba

Please sign in to comment.