aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/tests/test_import_pb.rb
blob: 83f04d60534f7932c46de3dfe14b0a0c01f42485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: tests/test_import.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "foo_bar.TestImportedMessage" do
  end
end

module FooBar
  TestImportedMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("foo_bar.TestImportedMessage").msgclass
end