class Steep::Errors::MethodDefinitionMissing
def to_s
def to_s method = case kind when :instance "#{missing_method}" when :module "self.#{missing_method}" end "#{location_to_str}: MethodDefinitionMissing: module=#{module_name}, method=#{method}" end