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