Class WebConsole::JRuby::FakeJRubyBindingsArray
In: lib/web_console/integration/jruby.rb
Parent: Array

A fake array of FakeJRubyBinding objects.

It is used in Exception#bindings to make sure that when users switch bindings on the UI, they get a FakeJRubyBinding notifying them what to do if they want introspection.

Methods

[]   to_ary  

Public Instance methods

For Kernel#Array and other implicit conversion API. JRuby expects it to return an object that is_a? an Array. This is the reasoning of FakeJRubyBindingsArray being a subclass of Array.

[Validate]