Sha256: 5fcedcc7b10505f76f9cc8f987dabba30a0cfd4300a317151b32026962a6dc14

Contents?: true

Size: 226 Bytes

Versions: 4

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true

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

    RB_EXT = ".rb"
    RB_GLOB = "*.rb"
    PATH_SEPARATOR = File::SEPARATOR
    KEY_SEPARATOR = "."
    WORD_REGEX = /\w+/
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-system-1.1.1 lib/dry/system/constants.rb
dry-system-1.1.0 lib/dry/system/constants.rb
dry-system-1.1.0.beta2 lib/dry/system/constants.rb
dry-system-1.1.0.beta1 lib/dry/system/constants.rb