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.
new(store)
public
Creates a message extractor for store.
# File lib/rdoc/generator/pot/message_extractor.rb, line 9
def initialize store
@store = store
@po = RDoc::Generator::POT::PO.new
end