class Nydp::Evaluator::CompiledExpression

Attributes

ns[RW]

Public Class Methods

new(ns) click to toggle source
# File lib/nydp/runner.rb, line 107
def initialize ns
  @ns = ns
end

Public Instance Methods

list(*things) click to toggle source
# File lib/nydp/runner.rb, line 111
def list *things
  Nydp::Pair.from_list things
end