Sha256: d9dd7b91898d1a2eea196c9ece6885f2442eb9ce05259b5b2226780801831d29

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

require "dry/core/constants"

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-system-0.22.0 lib/dry/system/constants.rb
dry-system-0.21.0 lib/dry/system/constants.rb