method
inspect
inspect()
public
Hide source
# File lib/rexml/xmldecl.rb, line 107 def inspect START.sub(/\\/, '') + " ... " + STOP.sub(/\\/, '') end