method

inspect

v1_8_7_330 - Show latest stable - Class: REXML::XMLDecl
inspect()
public

No documentation available.

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