Skip to content

Instantly share code, notes, and snippets.

@sunkencity
Created March 2, 2011 19:36
Show Gist options
  • Save sunkencity/851560 to your computer and use it in GitHub Desktop.
Save sunkencity/851560 to your computer and use it in GitHub Desktop.
start a irb console from rake
desc "Start a console"
task :console do
require 'irb'
ARGV.clear
IRB.start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment