Module: O::Semantics

Included in:
O
Defined in:
lib/o/semantics.rb

Instance Method Summary collapse

Instance Method Details

#noObject

semantic



4
5
6
# File 'lib/o/semantics.rb', line 4

def no
	false
end

#yesObject



8
9
10
# File 'lib/o/semantics.rb', line 8

def yes
	true
end