method

new

rails latest stable - Class: ActiveRecord::Result::IndexedRow

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

new(column_indexes, row)
public

No documentation available.

# File activerecord/lib/active_record/result.rb, line 40
      def initialize(column_indexes, row)
        @column_indexes = column_indexes
        @row = row
      end