Skip to content

Instantly share code, notes, and snippets.

@buren
Created October 5, 2014 08:29
Show Gist options
  • Save buren/834fc2a0d5dfca078e3a to your computer and use it in GitHub Desktop.
Save buren/834fc2a0d5dfca078e3a to your computer and use it in GitHub Desktop.
Put this in the Gem's Rakefile.
# https://gist.github.com/buren-trialbee/f51c6d37ea96618bcc49
task :console do
require 'irb'
require 'irb/completion'
require 'my_gem'
ARGV.clear
IRB.start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment