Class: Binding
- Inherits:
-
Object
- Object
- Binding
- Defined in:
- lib/web_console/extensions.rb
Instance Method Summary collapse
-
#console ⇒ Object
Instructs Web Console to render a console in the current binding, without the need to unroll the stack.
Instance Method Details
#console ⇒ Object
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 |