Method: YARD::Parser::SourceParser.before_parse_list_callbacks
- Defined in:
- lib/yard/parser/source_parser.rb
.before_parse_list_callbacks ⇒ Array<Proc>
Returns the list of callbacks to be called before parsing a list of files. Should only be used for testing.
328 329 330 |
# File 'lib/yard/parser/source_parser.rb', line 328 def before_parse_list_callbacks @before_parse_list_callbacks ||= [] end |