class Contracts::SetOf

def initialize(contract)

def initialize(contract)
  @contract = contract.is_a?(String) ? IsA[contract] : contract
end