Sha256: 09838bb80d34fcdafd3033346fe3327981e924af77c41454ba91e8bbd4da0d5c

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

# frozen_string_literal: true

module Dry
  module System
    include Dry::Core::Constants

    RB_EXT = ".rb"
    RB_GLOB = "*.rb"
    PATH_SEPARATOR = File::SEPARATOR
    KEY_SEPARATOR = "."
    WORD_REGEX = /\w+/.freeze
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dry-system-1.0.1 lib/dry/system/constants.rb
dry-system-1.0.0 lib/dry/system/constants.rb
dry-system-1.0.0.rc1 lib/dry/system/constants.rb
dry-system-0.27.2 lib/dry/system/constants.rb
dry-system-0.27.1 lib/dry/system/constants.rb
dry-system-0.27.0 lib/dry/system/constants.rb