method

inspect

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

No documentation available.

# File lib/rexml/validation/relaxng.rb, line 185
      def inspect
        "< #{to_s} #{@events.collect{|e| 
          pre = e == @events[@current] ? '#' : ''
          pre + e.inspect unless self == e
        }.join(', ')} >"
      end