class Steep::AST::Annotation::Dynamic::Name

def instance_method?

def instance_method?
  kind == :instance || kind == :module_instance
end