method

to_s

to_s()
public

No documentation available.

# File lib/rexml/validation/relaxng.rb, line 172
      def to_s
        # Abbreviated:
        self.class.name =~ /(?:::)(\w)\w+$/
        # Full:
        #self.class.name =~ /(?:::)(\w+)$/
        "#$1.#@count"
      end