class Gobstones::Lang::MaxDir

Public Instance Methods

evaluate(_context) click to toggle source
# File lib/gobstones/lang/expressions/type_bound_functions.rb, line 62
def evaluate(_context)
  Oeste.new
end
to_s() click to toggle source
# File lib/gobstones/lang/expressions/type_bound_functions.rb, line 66
def to_s
  'maxDir() expression'
end