Method: REXML::Parsers::PullParser#each

Defined in:
lib/rexml/parsers/pullparser.rb

#eachObject



50
51
52
53
54
# File 'lib/rexml/parsers/pullparser.rb', line 50

def each
  while has_next?
    yield self.pull
  end
end