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
JRuby version: jruby 9.2.0.0 (2.5.0) 2018-05-24 81156a8 OpenJDK 64-Bit Server VM 25.171-b11 on 1.8.0_171-8u171-b11-1~deb9u1-b11 +jit [linux-x86_64]
Operating system and platform: Linux 3971953e9581 4.9.49-moby break script engine #1 SMP Fri Dec 8 13:40:02 UTC 2017 x86_64 GNU/Linux
Expected Behavior
The following refinements are expected to work (as they are in CRuby):
moduleObjectExt# the same with BasicObject and Kernel refineObjectdodefi_am_refined'i_am_refined'endendendusingObjectExtclassTest;endpTest.new.i_am_refined
Actual Behavior
NoMethodError: undefined method `i_am_refined' for #<Test:0x2d8f65a4>
Environment
Expected Behavior
The following refinements are expected to work (as they are in CRuby):
Actual Behavior
Other non-refineables:
Module
Numeric
:This doesn't work:
Although this works:
The text was updated successfully, but these errors were encountered: