14 15 16
# File 'lib/lhs/concerns/record/chainable.rb', line 14 def where(hash = nil) Chain.new(self, Parameter.new(hash)) end