method
inspect
v2_6_3 -
Show latest stable
- Class:
REXML::Parsers::PullEvent
inspect()public
No documentation available.
# File lib/rexml/parsers/pullparser.rb, line 192
def inspect
@contents[0].to_s + ": " + @contents[1..-1].inspect
end