Method: REXML::Parsers::PullEvent#inspect
- Defined in:
- lib/rexml/parsers/pullparser.rb
#inspect ⇒ Object
192 193 194 |
# File 'lib/rexml/parsers/pullparser.rb', line 192 def inspect @contents[0].to_s + ": " + @contents[1..-1].inspect end |