class Nydp::Builtin::HashKeys

Public Instance Methods

builtin_call(h) click to toggle source
# File lib/nydp/builtin/hash.rb, line 24
def builtin_call h
  h._nydp_keys._nydp_wrapper
end