# File lib/numru/nusdas.rb, line 355 def inspect if debug "#<NuSDaS: root='#{root}', type1='#{type1}', type2='#{type2}', type3='#{type3}'\n "+@meta.collect{|k,v| "#{k}=>#{v.inspect}"}.join(",\n ")+">" else "#<NuSDaS: root='#{root}', type1='#{type1}', type2='#{type2}', type3='#{type3}'>" end end