class Nydp::Builtin::HashToArray
Public Instance Methods
builtin_call(h)
click to toggle source
# File lib/nydp/builtin/hash.rb, line 57 def builtin_call h h.to_a._nydp_wrapper end
# File lib/nydp/builtin/hash.rb, line 57 def builtin_call h h.to_a._nydp_wrapper end