class ActiveRecord::FixtureSet::File

def each(&block)

def each(&block)
  rows.each(&block)
end