Method: YARD::Parser::Base#enumerator
- Defined in:
- lib/yard/parser/base.rb
#enumerator ⇒ Array?
This method is abstract.
This method should be implemented to return a list of semantic tokens representing the source code to be post-processed. Otherwise the method should return nil.
51 52 53 |
# File 'lib/yard/parser/base.rb', line 51 def enumerator nil end |