protobuf/ruby/tests/test_ruby_package.proto
Joe Bolinger ae85b457d2 Fix Ruby module name generation when the ruby_package option is used (again) (#5794)
* Revert "Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)""

This reverts commit bb211e851e.

* add new files to Makefile.am
2019-03-02 10:38:10 -08:00

8 lines
103 B
Protocol Buffer

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