class Google::Protobuf::DescriptorPool

Re-open the class (the rest of the class is implemented in C)

Public Instance Methods

build(&block) click to toggle source
# File lib/google/protobuf/descriptor_dsl.rb, line 458
def build(&block)
  builder = Internal::Builder.new(self)
  builder.instance_eval(&block)
  builder.build
end