Method: Doing::ItemTags#tag_array

Defined in:
lib/doing/item/tags.rb

#tag_arrayArray

convert tags on item to an array with @ symbols removed

Returns:

  • (Array)

    array of tags



77
78
79
# File 'lib/doing/item/tags.rb', line 77

def tag_array
  tags.tags_to_array
end