# File lib/chronic/token.rb, line 43
def
to_s
@word
<<
'('
<<
@tags
.
join
(
', '
)
<<
') '
end