AimRT/_deps/protobuf-src/ruby/tests/test_ruby_package.proto
2025-01-12 20:42:42 +08:00

8 lines
103 B
Protocol Buffer

syntax = "proto3";
package foo_bar;
option ruby_package = "A::B";
message TestRubyPackageMessage {}