Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
d3cbd2154ee96cd1ff42fc6c48e871a9c00ad712
/
.
/
ruby
/
tests
/
test_ruby_package.proto
blob: 54b7aca50a38d519c546bc35227c1669b11fcef9 [
file
]
syntax
=
"proto3"
;
package
foo_bar
;
option
ruby_package
=
"A::B"
;
message
TestRubyPackageMessage
{}