Method: YARD::Parser::Ruby::Legacy::RubyParser#tokenize

Defined in:
lib/yard/parser/ruby/legacy/ruby_parser.rb

#tokenizeObject

Since:

  • 0.5.6



18
19
20
# File 'lib/yard/parser/ruby/legacy/ruby_parser.rb', line 18

def tokenize
  @tokenize ||= TokenList.new(@source)
end