Sha256: 848056bc4d2b131a5f5abf6c1c6f845add5cc833ebb3d84d0cee42abc6fe1212
Contents?: true
Size: 255 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-system-0.17.0 | lib/dry/system/constants.rb |
dry-system-0.15.0 | lib/dry/system/constants.rb |