Sha256: f5f95ff4ff96d83c5c19e773568a7ec66c328ed79066c298d1b9f89a08f6e596
Contents?: true
Size: 380 Bytes
Versions: 13
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true # # Copyright (c) 2019-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # require_relative 'base' module Dbee class Query class Sorters # Equivalent to: ORDER BY field ASC class Ascending < Base; end end end end
Version data entries
13 entries across 13 versions & 1 rubygems