Libraries
»
testml
(0.0.2)
»
Index (C)
»
TestML
»
Constant
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