method

to_s

v1_9_3_125 - Show latest stable - Class: REXML::Validation::State
to_s()
public

No documentation available.

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