method
to_s
to_s()
public
Hide source
# 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