new()
Creates an object that represents PO format.
# File lib/rdoc/generator/pot/po.rb, line 9 def initialize @entries = {} add_header end