Sha256: ebad8f4118473c366686803653047ae8f23c2779e3714dacef09841a15b6e981
Contents?: true
Size: 408 Bytes
Versions: 73
Compression:
Stored size: 408 Bytes
Contents
# $Id$ if HAVE_BONES desc "Enumerate all annotations" task :notes do Bones::AnnotationExtractor.enumerate( PROJ, PROJ.annotation_tags.join('|'), :tag => true) end namespace :notes do PROJ.annotation_tags.each do |tag| desc "Enumerate all #{tag} annotations" task tag.downcase.to_sym do Bones::AnnotationExtractor.enumerate(PROJ, tag) end end end end # if HAVE_BONES # EOF
Version data entries
73 entries across 70 versions & 22 rubygems