# File lib/tramp/relation.rb, line 51
    def limit(limits)
      Relation.new(@klass, @relation.take(limits))
    end