Skip to content

Instantly share code, notes, and snippets.

@paneq
Created August 9, 2011 13:00
Show Gist options
  • Save paneq/1133974 to your computer and use it in GitHub Desktop.
Save paneq/1133974 to your computer and use it in GitHub Desktop.
a little less silly rake
14:59 <ruby-1.9.2-p180> ~/develop/gavdihrpif (master) > irb
ruby-1.9.2-p180-fastrequire :001 > module Rake
ruby-1.9.2-p180-fastrequire :002?> REDUCE_COMPAT = true
ruby-1.9.2-p180-fastrequire :003?> end
true
ruby-1.9.2-p180-fastrequire :004 > gem 'rake', '0.9.3.beta.1'
true
ruby-1.9.2-p180-fastrequire :005 > install
NameError: undefined local variable or method `install' for main:Object
from (irb):5
from /home/rupert/.rvm/rubies/ruby-1.9.2-p180-fastrequire/bin/irb:16:in `<main>'
ruby-1.9.2-p180-fastrequire :006 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment