# File lib/origin/optional.rb, line 22
    def ascending(*fields)
      sort_with_list(*fields, 1)
    end