chromium/third_party/protobuf/ruby/tests/test_ruby_package.proto

syntax = "proto3";

package foo_bar;

option ruby_package = "A::B";

message TestRubyPackageMessage {}