class Protobuf::Visitor::CreateMessageVisitor

def initialize(proto_file=nil, proto_dir='.', out_dir='.')

def initialize(proto_file=nil, proto_dir='.', out_dir='.')
  @proto_dir, @out_dir = proto_dir, out_dir
  @indent = 0
  @context = []
  @attach_proto = false
  @proto_file = proto_file
end