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