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