Sha256: 546462fd37247dfbbdb72ec35d1714331b30a0b90bb4a05084cb5efef1890a79
Contents?: true
Size: 459 Bytes
Versions: 20
Compression:
Stored size: 459 Bytes
Contents
# See Pagy::Countless API documentation: https://ddnexus.github.io/pagy/api/calendar # frozen_string_literal: true require_relative 'month_mixin' class Pagy # :nodoc: class Calendar # :nodoc: # Calendar month subclass class Month < Calendar DEFAULT = { order: :asc, # rubocop:disable Style/MutableConstant format: '%Y-%m' } MONTHS = 1 # number of months in the unit include MonthMixin end end end
Version data entries
20 entries across 20 versions & 1 rubygems