iw6-mod/deps/protobuf/ruby/tests/test_ruby_package_proto2.proto
2024-02-27 01:34:37 -05:00

8 lines
118 B
Protocol Buffer

syntax = "proto2";
package foo_bar_proto2;
option ruby_package = "A::B::Proto2";
message TestRubyPackageMessage {}