Sha256: 630fca9f6fac494187fd48384bc0c8cd9f9295f81e290d1bb896204a273695d8

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

module Dry
  module System
    RB_EXT = '.rb'.freeze
    RB_GLOB = '*.rb'.freeze
    EMPTY_STRING = ''.freeze
    PATH_SEPARATOR = '/'.freeze
    DEFAULT_SEPARATOR = '.'.freeze
    WORD_REGEX = /\w+/.freeze
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-system-0.7.3 lib/dry/system/constants.rb
dry-system-0.7.2 lib/dry/system/constants.rb
dry-system-0.7.1 lib/dry/system/constants.rb
dry-system-0.7.0 lib/dry/system/constants.rb