Sha256: 35743f08471b12026372ffd2baea46eecf748d1ebeec4a0eddbd7d188ad3f9bd
Contents?: true
Size: 255 Bytes
Versions: 7
Compression:
Stored size: 255 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 = "/" DEFAULT_SEPARATOR = "." WORD_REGEX = /\w+/.freeze end end
Version data entries
7 entries across 7 versions & 1 rubygems