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
Unhandled Java exception: java.lang.NullPointerException
java.lang.NullPointerException: null
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:958
unresolvedSuperSplatArgs at org/jruby/ir/runtime/IRRuntimeHelpers.java:947
load at l2r.rb:645
call at org/jruby/internal/runtime/methods/CompiledIRMethod.java:131
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
call at org/jruby/internal/runtime/methods/WrapperMethod.java:59
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
<top> at l2r.rb:649
load at org/jruby/ir/Compiler.java:111
runScript at org/jruby/Ruby.java:817
runScript at org/jruby/Ruby.java:809
runNormally at org/jruby/Ruby.java:747
runFromMain at org/jruby/Ruby.java:569
doRunFromMain at org/jruby/Main.java:415
internalRun at org/jruby/Main.java:310
run at org/jruby/Main.java:239
main at org/jruby/Main.java:201
Changing module_function to extend self correctly calls Kernel.load (and raises LoadError, as expected).
The text was updated successfully, but these errors were encountered:
Using 9.0.5.0 on Windows:
Error:
Changing
module_function
toextend self
correctly callsKernel.load
(and raises LoadError, as expected).The text was updated successfully, but these errors were encountered: