module Dry::Types::Options

def with(**new_options)

Other tags:
    Api: - private

Returns:
  • (Type) -

Parameters:
  • new_options (Hash) --
def with(**new_options)
  self.class.new(*@__args__, **options, **new_options)
end