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