Class: Trepan::MockCore

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeMockCore

Returns a new instance of MockCore.



19
20
21
# File 'app/mock.rb', line 19

def initialize
  @dbgr = MockDebugger.new
end

Instance Attribute Details

#coreObject (readonly)

Returns the value of attribute core.



18
19
20
# File 'app/mock.rb', line 18

def core
  @core
end

#dbgrObject

Returns the value of attribute dbgr.



17
18
19
# File 'app/mock.rb', line 17

def dbgr
  @dbgr
end

Instance Method Details

#eventObject



22
# File 'app/mock.rb', line 22

def event; 'line' end