method
each
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::FixtureSet::File
each(&block)public
No documentation available.
# File activerecord/lib/active_record/fixture_set/file.rb, line 23
def each(&block)
rows.each(&block)
end