Created
February 5, 2014 17:26
-
-
Save kavu/8828940 to your computer and use it in GitHub Desktop.
Revisions
-
kavu created this gist
Feb 5, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ task :console do require 'irb' require 'irb/completion' require 'your_gem' ARGV.clear IRB.start end