TypeError: bind argument must be an instance of Kernel
bind at org/jruby/RubyUnboundMethod.java:105
method_missing at /Users/jimmy/.rbenv/versions/jruby-9000-dev/lib/ruby/stdlib/delegate.rb:89
warn_me_3 at delegator.rb:10
__script__ at delegator.rb:14
ruby --version
jruby 9.0.0.0-SNAPSHOT (2.2.0p0) 2015-01-11 0c11cad Java HotSpot(TM) 64-Bit Server VM 25.0-b70 on 1.8.0-b132 +jit [darwin-x86_64]
Minimal working example:
Expected output:
Tested on MRI 1.9.3, 2.1.2 and 2.2.0.
Actual output on jruby-9000-dev:
Workaround:
The text was updated successfully, but these errors were encountered: