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