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