Method: Array#to_tags
- Defined in:
- lib/doing/array.rb
#to_tags ⇒ Array
Convert strings to @tags
23 24 25 |
# File 'lib/doing/array.rb', line 23 def map { |t| t.sub(/^@?/, '@') } end |
Convert strings to @tags
23 24 25 |
# File 'lib/doing/array.rb', line 23 def map { |t| t.sub(/^@?/, '@') } end |