Class YARD::Parser::Ruby::Legacy::RubyToken::Token
In: lib/yard/parser/ruby/legacy/ruby_lex.rb
Parent: Object

Methods

new   set_text  

Constants

NO_TEXT = "??".freeze

Attributes

char_no  [R] 
lex_state  [RW] 
line_no  [R] 
text  [R] 
text  [R] 

Public Class methods

Public Instance methods

Because we‘re used in contexts that expect to return a token, we set the text string and then return ourselves

[Validate]