You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
define_method doesn't seem to be defined for the main object. It has been available since ruby-2.0.0-p0 at least and jruby -v for 1.7.17 says it aims for 2.0.0p195 so I think that it should be included.
Cheers
The text was updated successfully, but these errors were encountered:
That's cool, this was more of a heads-up. I'd try the master branch but rvm install jruby-head (that builds from master right?) is giving me compilation errors on both Kubuntu and OSX Yosemite at the moment.
define_method
doesn't seem to be defined for the main object. It has been available sinceruby-2.0.0-p0
at least andjruby -v
for1.7.17
says it aims for2.0.0p195
so I think that it should be included.Cheers
The text was updated successfully, but these errors were encountered: