class Chronic::Token

def tagged?

Return true if this token has any tags
def tagged?
  @tags.size > 0
end