MRI 2.2.2 / JRuby 9.0.4.0 difference given explicit self
receiver for private method call.
#3573
Labels
Milestone
self
receiver for private method call.
#3573
Given the following example:
Under
MRI ruby 2.2.2p95
:true
Under
JRuby 9.0.4.0 (2.2.2)
:NoMethodError: private method
b' called for #Foo:0x543788f3`I'm not sure if this is a know issue or not, I'm very new to JRuby and this was a surprise I stumbled across.
The text was updated successfully, but these errors were encountered: