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