Skip to content

Instantly share code, notes, and snippets.

@zerobearing2
Created February 5, 2014 16:38
Show Gist options
  • Save zerobearing2/8827743 to your computer and use it in GitHub Desktop.
Save zerobearing2/8827743 to your computer and use it in GitHub Desktop.
task :console do
require 'irb'
require 'irb/completion'
require 'my_gem' # You know what to do.
ARGV.clear
IRB.start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment