class Chronic::Token
def tag(new_tag)
-
new_tag
(Tag
) -- A instance of {Tag} or one of its subclasses
def tag(new_tag) @tags << new_tag end
new_tag
(Tag
)
-- A instance of {Tag} or one of its subclasses
def tag(new_tag) @tags << new_tag end