method
each
v4.2.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
each(&block)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 83
def each(&block); cache.each(&block); end