Skip to content

Commit

Permalink
Add bin/console for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaichi committed Mar 23, 2017
1 parent d5796ca commit ccf7a61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/console
@@ -0,0 +1,11 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "gakubuchi"

# 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

0 comments on commit ccf7a61

Please sign in to comment.