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
λ irb
irb(main):001:0> ::Delegator
NameError: uninitialized constant Delegator
from org/jruby/RubyModule.java:3309:in `const_missing'
from (irb):1:in `<eval>'
from org/jruby/RubyKernel.java:983:in `eval'
from org/jruby/RubyKernel.java:1290:in `loop'
from org/jruby/RubyKernel.java:1103:in `catch'
from org/jruby/RubyKernel.java:1103:in `catch'
from C:/tools/jruby/9.1.2.0/bin/jirb:13:in `<top>'
The text was updated successfully, but these errors were encountered:
@tobymurray-nanometrics I gave an explanation on the issue you linked but this is not a bug because delegator is part of stdlib delegate and you need to require it to use it. Rubygems happens to use it on most platforms but apparently not all versions do (I could not see Delegator on windows MRI 2.2 for example).
Ran into this with Fuubar here
Environment
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) 64-Bit Server VM 25.92-b14 on 1.8.0_92-b14 +jit [mswin32-x86_64]
MSYS_NT-10.0 TobyM-PC1 2.5.0(0.295/5/3) 2016-03-31 18:47 x86_64 Msys
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: