Skip to content

Instantly share code, notes, and snippets.

@davidstump
Last active August 29, 2015 14:00
Show Gist options
  • Save davidstump/11058674 to your computer and use it in GitHub Desktop.
Save davidstump/11058674 to your computer and use it in GitHub Desktop.
rake console
desc "Open an irb session preloaded with this library"
task :console do
sh "irb -rubygems -I lib -r YOUR_GEM_NAME.rb"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment