method

each

rails latest stable - Class: ActiveRecord::ConnectionAdapters::StatementPool
each(&block)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/statement_pool.rb, line 15
      def each(&block)
        cache.each(&block)
      end