Class: Gobstones::Lang::MinColor
- Inherits:
-
TypeBoundFunc
- Object
- Gobstones::Lang::MinColor
- Defined in:
- lib/gobstones/lang/expressions/type_bound_functions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate(_context) ⇒ Object
32 33 34 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 32 def evaluate(_context) Azul.new end |
#to_s ⇒ Object
36 37 38 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 36 def to_s 'minColor() expression' end |