Class: Gobstones::Lang::MaxBool
- Inherits:
-
TypeBoundFunc
- Object
- Gobstones::Lang::MaxBool
- Defined in:
- lib/gobstones/lang/expressions/type_bound_functions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate(_context) ⇒ Object
22 23 24 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 22 def evaluate(_context) True.new end |
#to_s ⇒ Object
26 27 28 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 26 def to_s 'maxBool() expression' end |