# File lib/arel/table.rb, line 92
    def take amount
      from(self).take amount
    end