module Dry::Types::Options
def with(new_options)
-
(Type)
-
Parameters:
-
new_options
(Hash
) --
def with(new_options) self.class.new(*@__args__, **options, meta: @meta, **new_options) end
(Type)
-
new_options
(Hash
)
--
def with(new_options) self.class.new(*@__args__, **options, meta: @meta, **new_options) end