Method: PryExceptionExplorer.inline

Defined in:
lib/pry-exception_explorer.rb

.inlineBoolean Also known as: inline?

Returns Whether exceptions are to be intercepted inline (at the raise site).

Returns:

  • (Boolean)

    Whether exceptions are to be intercepted inline (at the raise site).



28
29
30
# File 'lib/pry-exception_explorer.rb', line 28

def inline
  @inline
end