method
inspect
v2_6_3 -
Show latest stable
- Class:
REXML::Validation::State
inspect()public
No documentation available.
# File lib/rexml/validation/relaxng.rb, line 181
def inspect
"< #{to_s} #{@events.collect{|e|
pre = e == @events[@current] ? '#' : ''
pre + e.inspect unless self == e
}.join(', ')} >"
end