class Steep::Interface::Builder::Config

def subst

def subst
  if self_type || class_type || instance_type
    Substitution.build([], [], self_type: self_type, module_type: class_type, instance_type: instance_type)
  end
end