test_ruby_package.proto 102 Bytes
Newer Older
1 2 3 4 5 6 7
syntax = "proto3";

package foo_bar;

option ruby_package = "A.B";

message TestRubyPackageMessage {}