class Protobuf::Visitor::CreateMessageVisitor

def close_ruby

def close_ruby
  while 0 < indent
    decrement
    write('end')
  end
end