class Dry::Types::Hash

def weak(*)

Other tags:
    Api: - private
def weak(*)
  raise "Support for old hash schemas was removed, please refer to the CHANGELOG " \
        "on how to proceed with the new API https://github.com/dry-rb/dry-types/blob/main/CHANGELOG.md"
end