We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
889811c
class Foo include Dry::Initializer::Mixin option :bar, as: :foo end Foo.new(bar: :BAZ).foo # => :BAZ