Methods
Class Public methods
new()
Source:
# File activerecord/lib/active_record/statement_cache.rb, line 60
def initialize
@parts = []
@binds = []
end
Instance Public methods
<<(str)
Source:
# File activerecord/lib/active_record/statement_cache.rb, line 65
def <<(str)
@parts << str
self
end