Skip to content

Commit 6180ba9

Browse files
committed
Add `bin/console'.
This allows us to quickly fire up `irb` with 'zip/bzip2' pre-loaded.
1 parent 125b59a commit 6180ba9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/console

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
4+
require 'bundler/setup'
5+
require 'zip/bzip2'
6+
7+
require 'irb'
8+
IRB.start(__FILE__)

0 commit comments

Comments
 (0)