Sha256: 0a8f08b19936f4fa67d9e8aa8a008f9d474ed72c6246ed5f596b9fe399f79389
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Support module DependencyContainer module Constants INSTANCE_SCOPE = :instance CLASS_SCOPE = :class DEFAULT_SCOPE = Constants::INSTANCE_SCOPE DEFAULT_PREPEND = false end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
convenient_service-0.5.0 | lib/convenient_service/support/dependency_container/constants.rb |