Class: Trepan::MockDebugger

Inherits:
Object
  • Object
show all
Defined in:
app/mock.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(settings = {}) ⇒ MockDebugger

Returns a new instance of MockDebugger.



12
13
14
# File 'app/mock.rb', line 12

def initialize(settings={})
  @initial_dir = '.'
end

Instance Attribute Details

#initial_dirObject (readonly)

Returns the value of attribute initial_dir.



10
11
12
# File 'app/mock.rb', line 10

def initial_dir
  @initial_dir
end

#intfObject

Returns the value of attribute intf.



11
12
13
# File 'app/mock.rb', line 11

def intf
  @intf
end