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