method
each
each()
public
Hide source
# File lib/rexml/parsers/pullparser.rb, line 50 def each while has_next? yield self.pull end end