class RDoc::Generator::POT::PO
Generates a PO
format text
Public Class Methods
new()
click to toggle source
Creates an object that represents PO
format.
# File lib/rdoc/generator/pot/po.rb, line 10 def initialize @entries = {} add_header end
Public Instance Methods
add(entry)
click to toggle source