class Steep::Interface::Substitution
def merge(s)
def merge(s) Substitution.new(dictionary: dictionary.dup, instance_type: instance_type, module_type: module_type, self_type: self_type).merge!(s) end
def merge(s) Substitution.new(dictionary: dictionary.dup, instance_type: instance_type, module_type: module_type, self_type: self_type).merge!(s) end