Sha256: 09838bb80d34fcdafd3033346fe3327981e924af77c41454ba91e8bbd4da0d5c
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 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+/.freeze end end
Version data entries
6 entries across 6 versions & 1 rubygems