class ActiveRecord::FixtureSet::File

def rows

def rows
  @rows ||= raw_rows.reject { |fixture_name, _| fixture_name == "_fixture" }
end