xref: /aosp_15_r20/external/protobuf/ruby/tests/test_ruby_package.proto (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1syntax = "proto3";
2
3package foo_bar;
4
5option ruby_package = "A::B";
6
7message TestRubyPackageMessage {}
8