class Protobuf::Generators::FileGenerator

def initialize(*args)

def initialize(*args)
  super
  @output_file = ::Google::Protobuf::Compiler::CodeGeneratorResponse::File.new(:name => file_name)
  @extension_fields = Hash.new { |h, k| h[k] = [] }
  @known_messages = []
  @dangling_messages = {}
end