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
moduleExampleModuleclassElementendmodule_eval(<<-HEREDOC class Test < Element def hello puts "Hello" end end HEREDOC)endExampleModule::Test.new.hello
Expected
$ ruby modeval.rb
Hello
Actual
$ ~/Documents/jruby/bin/jruby -X+T modeval.rb
(eval):2:in `const_missing': uninitialized constant Element (NameError)
from (eval):2:in `<main>'
from modeval.rb:5:in `ExampleModule'
from modeval.rb:1:in `<main>'
The text was updated successfully, but these errors were encountered:
Found in RSS lib,
Example
Expected
Actual
The text was updated successfully, but these errors were encountered: