Sha256: 32e80a5f9069c1060a83a834029d63db35d591bea6f8aea85b778e41830e8703
Contents?: true
Size: 277 Bytes
Versions: 2
Compression:
Stored size: 277 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 DuplicatedComponentKeyError = Class.new(ArgumentError) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-system-0.8.1 | lib/dry/system/constants.rb |
dry-system-0.8.0 | lib/dry/system/constants.rb |