Module: TestML::Constant

Defined in:
lib/testml/runtime.rb

Overview


Constant Summary collapse

True =
TestML::Bool.new(true)
False =
TestML::Bool.new(false)
None =
TestML::None.new