Sha256: 6b234129fcc36e178fd8310ef6356e04a5ead776ad18832a9f45fd308d1f195e
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
require 'dry/core/constants' module Dry module System include Dry::Core::Constants RB_EXT = '.rb'.freeze RB_GLOB = '*.rb'.freeze PATH_SEPARATOR = '/'.freeze DEFAULT_SEPARATOR = '.'.freeze WORD_REGEX = /\w+/.freeze DuplicatedComponentKeyError = Class.new(ArgumentError) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-system-0.9.0 | lib/dry/system/constants.rb |