Class: Nydp::Builtin::HashGet
- Defined in:
- lib/nydp/builtin/hash.rb
Instance Method Summary collapse
Methods included from Helper
#cons, #list, #literal?, #pair?, #sig, #sym, #sym?
Methods included from Converter
Methods included from Base
#call, #handle_error, ignore_errors, #inspect, #name, #nydp_type, #to_s
Instance Method Details
#builtin_call(hsh = nil, k = nil, *args) ⇒ Object
9 10 11 |
# File 'lib/nydp/builtin/hash.rb', line 9 def builtin_call hsh=nil, k=nil, *args hsh._nydp_get(k)._nydp_wrapper end |