class TestML::Expression
Attributes
calls[RW]
Public Class Methods
new(calls=[])
click to toggle source
# File lib/testml/runtime.rb, line 320 def initialize(calls=[]) @calls = calls end