Extracts message from RDoc::Store
Extracts messages from store, stores them into RDoc::Generator::POT::PO and returns it.
# File rdoc/generator/pot/message_extractor.rb, line 19
def extract
@store.all_classes_and_modules.each do |klass|
extract_from_klass(klass)
end
@po
end