class Nydp::Builtin::HashGet
Public Instance Methods
builtin_call(hsh=nil, k=nil, *args)
click to toggle source
# File lib/nydp/builtin/hash.rb, line 9 def builtin_call hsh=nil, k=nil, *args hsh._nydp_get(k)._nydp_wrapper end