Skip to content

Commit

Permalink
build: add bin/console script (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice authored Apr 11, 2024
1 parent 8338216 commit 9851708
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require "bundler/setup"
require "atco"

# 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.

require "irb"
IRB.start(__FILE__)

0 comments on commit 9851708

Please sign in to comment.