class Nydp::Builtin::CdrSet
Public Instance Methods
builtin_call(a, b ;)
click to toggle source
# File lib/nydp/builtin/cdr_set.rb, line 4 def builtin_call a, b ; a.cdr = b ; end
# File lib/nydp/builtin/cdr_set.rb, line 4 def builtin_call a, b ; a.cdr = b ; end