Skip to content

Instantly share code, notes, and snippets.

@kavu
Created February 5, 2014 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kavu/8828940 to your computer and use it in GitHub Desktop.
Save kavu/8828940 to your computer and use it in GitHub Desktop.
task :console do
require 'irb'
require 'irb/completion'
require 'your_gem'
ARGV.clear
IRB.start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment