Class: ActiveRecord::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/hyper_iterator/rails/active_record.rb

Instance Method Summary collapse

Instance Method Details

#each!Object



3
4
5
# File 'lib/hyper_iterator/rails/active_record.rb', line 3

def each!
  hash_rows.each! { |row| yield row }
end