method
to_s
v2_2_9 -
Show latest stable
- Class:
REXML::Validation::State
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