to_s()
public
Returns the PO entry in PO format.
# File lib/rdoc/generator/pot/po_entry.rb, line 40
def to_s
entry = ''
entry << format_translator_comment
entry << format_extracted_comment
entry << format_references
entry << format_flags
entry << msgid #{format_message(@msgid)}msgstr #{format_message(@msgstr)}
end