| Class | WebConsole::JRuby::FakeJRubyBinding |
| In: |
lib/web_console/integration/jruby.rb
|
| Parent: | Object |
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.
| TURN_ON_INTERPRETED_MODE_TEXT | = | <<-END.strip_heredoc JRuby needs to run in interpreted mode for introspection support. To turn on interpreted mode, put -J-Djruby.compile.mode=OFF in the JRUBY_OPTS environment variable. END .strip_heredoc |