Class: Nydp::Builtin::HashKeys

Inherits:
Object
  • Object
show all
Includes:
Base, Helper, Singleton
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

#n2r, #r2n, #rubify

Methods included from Base

#call, #handle_error, ignore_errors, #inspect, #name, #nydp_type, #to_s

Instance Method Details

#builtin_call(h) ⇒ Object



24
25
26
# File 'lib/nydp/builtin/hash.rb', line 24

def builtin_call h
  h._nydp_keys._nydp_wrapper
end