Skip to content

Commit

Permalink
adds bin/console
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeiniesta committed Mar 12, 2015
1 parent 90f055c commit 1a03748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/console
@@ -0,0 +1,7 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "metainspector"

require "pry"
Pry.start

0 comments on commit 1a03748

Please sign in to comment.