Looks like IronRuby bug. This works in MRI but doesn't in IronRuby:
module Kernel
def gem
end
end
module M
Kernel.class_eval do
p method(:gem)
undef gem
end
end
Will look at it. Thanks for reporting the issue.
Tomas
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Derek Ekins
Sent: Friday, June 18, 2010 5:40 AM
To: [email protected]
Subject: Re: [Ironruby-core] Bundler
I already am:
require 'rubygems'
require 'bundler'
Bundler.setup
I have also applied this fix (if it makes a difference)
http://marcinobel.com/index.php/bug-invalid-exec_format-ir/
Other than that it is a fresh IronRuby 1.0 install
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core