Exception: Exception

Defined in:
lib/web_console/integration.rb

Instance Method Summary collapse

Instance Method Details

#bindingsObject

Returns an array of the exception backtrace locations bindings.

The list won’t map to the traces in #backtrace 1 to 1, because we can’t build bindings for every trace (C functions, for example).

Every integration should the instance variable.



21
22
23
# File 'lib/web_console/integration.rb', line 21

def bindings
  (defined?(@bindings) && @bindings) || []
end