# File lib/tramp/relation.rb, line 35 def where(*conditions) Relation.new(@klass, @relation.where(*conditions)) end