rubyx/lib/mom/check.rb
Torsten Ruger dab4e74659 Reworking if statement
Using 2 phase approach
Flattening tbd
2017-09-04 21:00:08 +03:00

10 lines
140 B
Ruby

module Mom
# A base class for conditions in MOM
# Just a marker, no real functionality for now
class Check < Instruction
end
end