Sha256: aa24146f175315ad1c318c95e616f79b57f574dbcf2662d1de4124e3dabcaeea
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
# A collection of micro-libraries, each intended to encapsulate # a common task in Ruby module Dry module Configurable Error = Class.new(::StandardError) AlreadyDefinedConfig = ::Class.new(Error) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-configurable-0.6.2 | lib/dry/configurable/error.rb |