Sha256: 1c1d49b6069db0cf2547614c774b7f85b805c046fec0373fc70eb19a0fa3cf24

Contents?: true

Size: 337 Bytes

Versions: 142

Compression:

Stored size: 337 Bytes

Contents

# frozen_string_literal: true

# Not using refinements here as we cannot define constants using refinements.
# We include this module in config/initializers/core_extensions.rb
module CoreExtensions
  module Date
    module Constants
      DAYNAME_SYMBOLS = ::Date::DAYNAMES.map { |name| name.underscore.to_sym }.freeze
    end
  end
end

Version data entries

142 entries across 142 versions & 1 rubygems

Version Path
renalware-core-2.0.18 lib/core_extensions/date.rb
renalware-core-2.0.17 lib/core_extensions/date.rb