Created
August 9, 2011 13:00
-
-
Save paneq/1133974 to your computer and use it in GitHub Desktop.
a little less silly rake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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