class WebConsole::JRuby::FakeJRubyBinding
A fake binding for JRuby in non interpreted mode.
It won't actually evaluate any code, rather it will tell the user how to enable interpreted mode.
Constants
- TURN_ON_INTERPRETED_MODE_TEXT
Public Instance Methods
eval(*)
click to toggle source
# File lib/web_console/integration/jruby.rb, line 58 def eval(*) TURN_ON_INTERPRETED_MODE_TEXT end