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/ruby.rb, line 58 def set_text(text) @text = text self end