class RDoc::RubyToken::TkSYMBOL

def to_sym

def to_sym
  @sym ||= text[1..-1].intern
end