Class: Binding

Inherits:
Object
  • Object
show all
Defined in:
lib/web_console/extensions.rb

Instance Method Summary collapse

Instance Method Details

#consoleObject

Instructs Web Console to render a console in the current binding, without the need to unroll the stack.

Raises DoubleRenderError if a more than one console invocation per request is detected.



31
32
33
# File 'lib/web_console/extensions.rb', line 31

def console
  Kernel.console(self)
end