Support for the Ruby 2.4 series has ended. See here for reference.
Generates a PO format text
Creates an object that represents PO format.
 
               # File rdoc/generator/pot/po.rb, line 10
def initialize
  @entries = {}
  add_header
end