Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
to_s()
public
Returns PO format text for the PO.
# File lib/rdoc/generator/pot/po.rb, line 28
def to_s
po = ''
sort_entries.each do |entry|
po << "\n" unless po.empty?
po << entry.to_s
end
po
end