set_text(text)
Because we’re used in contexts that expect to return a token, we set the text string and then return ourselves
# File lib/rdoc/parser/f95.rb, line 170 def set_text(text) @text = text self end