Sha256: bc98c1e137eff4342f736d691828c3374d1371efc1c74488131923adbddf5486

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dry-system-0.6.0 lib/dry/system/constants.rb
dry-system-0.5.1 lib/dry/system/constants.rb
dry-system-0.5.0 lib/dry/system/constants.rb