40
# File 'lib/nydp/helper.rb', line 40 def n2r o ; o.respond_to?(:to_ruby) ? o.to_ruby : o ; end
41
# File 'lib/nydp/helper.rb', line 41 def r2n o, ns=nil ; o._nydp_wrapper ; end