Skip to content

Commit

Permalink
Merge pull request #35 from leoarnold/leoarnold/bin/console
Browse files Browse the repository at this point in the history
Add console script for instant experimentation
  • Loading branch information
dspinhirne authored Nov 6, 2024
2 parents d2b18b4 + 6f3742a commit 4697d72
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 "netaddr"

# 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 4697d72

Please sign in to comment.