Class: Gobstones::Lang::MinBool
- Inherits:
-
TypeBoundFunc
- Object
- Gobstones::Lang::MinBool
- Defined in:
- lib/gobstones/lang/expressions/type_bound_functions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate(_context) ⇒ Object
12 13 14 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 12 def evaluate(_context) False.new end |
#to_s ⇒ Object
16 17 18 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 16 def to_s 'minBool() expression' end |