class Gobstones::Lang::Opuesto

Public Instance Methods

evaluate(context) click to toggle source
# File lib/gobstones/lang/expressions/primitive_functions.rb, line 73
def evaluate(context)
  with_evaluated_argument_in(context, &:opposite)
end
to_s() click to toggle source
# File lib/gobstones/lang/expressions/primitive_functions.rb, line 77
def to_s
  'opuesto() expression'
end