class Steep::Interface::Substitution
def initialize(dictionary:, instance_type:, module_type:, self_type:)
def initialize(dictionary:, instance_type:, module_type:, self_type:) @dictionary = dictionary @instance_type = instance_type @module_type = module_type @self_type = self_type end