class Binding
Public Instance Methods
Source
# File lib/web_console/extensions.rb, line 31 def console Kernel.console(self) end
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.