class method
self.new
Ruby on Rails 8.0.4
Since v6.0.6Signature
self.new()
No documentation comment.
Source
# File activerecord/lib/active_record/statement_cache.rb, line 67
def initialize
@parts = []
@binds = []
end
Defined in activerecord/lib/active_record/statement_cache.rb line 67
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::StatementCache::PartialQueryCollector