class Array
Public Instance Methods
_nydp_inspect()
click to toggle source
# File lib/nydp/core_ext.rb, line 98 def _nydp_inspect ; "[" + map(&:_nydp_inspect).join(" ") + "]" ; end
_nydp_wrapper()
click to toggle source
# File lib/nydp/core_ext.rb, line 97 def _nydp_wrapper ; Nydp::Pair.from_list map &:_nydp_wrapper ; end