Module: Break::Pry::PryExtensions

Defined in:
lib/break/pry/extensions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#__break_session__Object

Returns the value of attribute break_session.



5
6
7
# File 'lib/break/pry/extensions.rb', line 5

def __break_session__
  @__break_session__
end

Instance Method Details

#initialize(options = {}) ⇒ Object



7
8
9
10
11
# File 'lib/break/pry/extensions.rb', line 7

def initialize(options = {})
  super(options)

  @__break_session__ = options[:__break_session__]
end