method

new

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: PartialQuery
new(values, retryable:) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/statement_cache.rb, line 47
      def initialize(values, retryable))
        @values = values
        @indexes = values.each_with_index.find_all { |thing, i|
          Substitute === thing
        }.map(&:last)
        @retryable = retryable
      end
Register or log in to add new notes.