class Chronic::Token

def tag(new_tag)

Tag this token with the specified tag
def tag(new_tag)
  @tags << new_tag
end