class Dry::Types::AnyClass

def with(**new_options)

Other tags:
    Api: - public

Returns:
  • (Type) -

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