class Chronic::Token

def tag(new_tag)

Returns nothing.

new_tag - The new Tag object.

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