Sha256: 35743f08471b12026372ffd2baea46eecf748d1ebeec4a0eddbd7d188ad3f9bd

Contents?: true

Size: 255 Bytes

Versions: 7

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

require "dry/core/constants"

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

    RB_EXT = ".rb"
    RB_GLOB = "*.rb"
    PATH_SEPARATOR = "/"
    DEFAULT_SEPARATOR = "."
    WORD_REGEX = /\w+/.freeze
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dry-system-0.20.0 lib/dry/system/constants.rb
dry-system-0.19.2 lib/dry/system/constants.rb
dry-system-0.18.2 lib/dry/system/constants.rb
dry-system-0.19.1 lib/dry/system/constants.rb
dry-system-0.19.0 lib/dry/system/constants.rb
dry-system-0.18.1 lib/dry/system/constants.rb
dry-system-0.18.0 lib/dry/system/constants.rb