class Gobstones::Lang::MinDir
Public Instance Methods
evaluate(_context)
click to toggle source
# File lib/gobstones/lang/expressions/type_bound_functions.rb, line 52 def evaluate(_context) Norte.new end
to_s()
click to toggle source
# File lib/gobstones/lang/expressions/type_bound_functions.rb, line 56 def to_s 'minDir() expression' end