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