chromium/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy.proto

syntax = "proto3";

package one.two.a_three.and;

option ruby_package = "AA.BB.CC";

message Four {
  string another_string = 1;
}