class SourceAnnotationExtractor

def self.enumerate(tag, options={})

This class method is the single entry point for the rake tasks.

hash is passed to each annotation's +to_s+.
+.builder+, +.rb+, and +.erb+ are taken into account. The +options+
+script+, and +test+ (recursively). Only filenames with extension
Prints all annotations with tag +tag+ under the root directories +app+, +config+, +lib+,
def self.enumerate(tag, options={})
  extractor = new(tag)
  extractor.display(extractor.find, options)
end