Class: Gobstones::Lang::MaxDir

Inherits:
TypeBoundFunc
  • Object
show all
Defined in:
lib/gobstones/lang/expressions/type_bound_functions.rb

Instance Method Summary collapse

Instance Method Details

#evaluate(_context) ⇒ Object



62
63
64
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 62

def evaluate(_context)
  Oeste.new
end

#to_sObject



66
67
68
# File 'lib/gobstones/lang/expressions/type_bound_functions.rb', line 66

def to_s
  'maxDir() expression'
end