class SourceAnnotationExtractor
def self.enumerate(tag, options={})
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