Method: PryExceptionExplorer.enabled=

Defined in:
lib/pry-exception_explorer.rb

.enabled=(v) ⇒ Object

Parameters:

  • v (Boolean)

    Whether Exception Explorer is enabled.



70
71
72
# File 'lib/pry-exception_explorer.rb', line 70

def enabled=(v)
  local_hash[:enabled] = v
end