Method: REXML::Validation::State#to_s
- Defined in:
- lib/rexml/validation/relaxng.rb
#to_s ⇒ Object
173 174 175 176 177 178 179 |
# File 'lib/rexml/validation/relaxng.rb', line 173 def to_s # Abbreviated: self.class.name =~ /(?:::)(\w)\w+$/ # Full: #self.class.name =~ /(?:::)(\w+)$/ "#$1.#@count" end |