class RBS::Annotate::Annotations::Copy

def method_name

def method_name
  _, m = partition
  if m
    m[1]
  end
end