Class: Nydp::Builtin::Eval
- Includes:
- Base
- Defined in:
- lib/nydp/builtin/eval.rb
Instance Method Summary collapse
- #builtin_call(*args) ⇒ Object
-
#initialize(ns) ⇒ Eval
constructor
A new instance of Eval.
Methods included from Base
#call, #handle_error, ignore_errors, #inspect, #name, #nydp_type, #to_s
Methods included from Helper
#cons, #list, #literal?, #pair?, #sig, #sym, #sym?
Methods included from Converter
Constructor Details
#initialize(ns) ⇒ Eval
Returns a new instance of Eval.
4 5 6 7 |
# File 'lib/nydp/builtin/eval.rb', line 4 def initialize ns @ns = ns super() end |