Module: Extractions
- Defined in:
- lib/tagfile/extractions.rb
Instance Method Summary collapse
Instance Method Details
#extract_tag_for(*tags) ⇒ Object
4 5 6 7 |
# File 'lib/tagfile/extractions.rb', line 4 def extract_tag_for(*) = build_list_of() .each { |tag| define_tag_method(tag) } end |