Method: ActiveRecord::StatementCache::PartialQueryCollector#<<

Defined in:
activerecord/lib/active_record/statement_cache.rb

#<<(str) ⇒ Object



72
73
74
75
# File 'activerecord/lib/active_record/statement_cache.rb', line 72

def <<(str)
  @parts << str
  self
end