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