Method: PryExceptionExplorer.intercept_object

Defined in:
lib/pry-exception_explorer.rb

.intercept_objectPryExceptionExplorer::Intercept

Returns The object defined earlier by a call to PryExceptionExplorer.intercept.

Returns:

  • The object defined earlier by a call to PryExceptionExplorer.intercept.



140
141
142
# File 'lib/pry-exception_explorer.rb', line 140

def intercept_object
  local_hash[:intercept_object]
end