Class: Gobstones::Lang::MinDir
- Inherits:
-
TypeBoundFunc
- Object
- Gobstones::Lang::MinDir
- Defined in:
- lib/gobstones/lang/expressions/type_bound_functions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate(_context) ⇒ Object
52 53 54 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 52 def evaluate(_context) Norte.new end |
#to_s ⇒ Object
56 57 58 |
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 56 def to_s 'minDir() expression' end |