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+.
+.rxml+, +.rjs+, +.rhtml+, or +.erb+ are taken into account. The +options+
and +test+ (recursively). Only filenames with extension +.builder+, +.rb+,
Prints all annotations with tag +tag+ under the root directories +app+, +lib+,
def self.enumerate(tag, options={})
  extractor = new(tag)
  extractor.display(extractor.find, options)
end