class RBS::Annotate::Annotations

def test_path_string(pattern, string)

def test_path_string(pattern, string)
  return true if pattern == string
  return true if string.start_with?(pattern + File::SEPARATOR)
  false
end