method
each
each()
public
Hide source
# File activerecord/lib/active_record/fixtures.rb, line 790 def each @fixture.each { |item| yield item } end