Class: EvalExpressionEvent

Inherits:
DebugEvent show all
Defined in:
lib/a-contracts.rb

Instance Attribute Summary collapse

Attributes inherited from DebugEvent

#active, #file, #row

Attributes inherited from Event

#channel, #parent, #results, #sender, #time

Method Summary

Methods inherited from Event

#add_result, #break, #initialize, #is_breaked?

Constructor Details

This class inherits a constructor from Event

Instance Attribute Details

#expressionObject

Returns the value of attribute expression.



116
117
118
# File 'lib/a-contracts.rb', line 116

def expression
  @expression
end