Method: YARD::Parser::SourceParser.before_parse_list_callbacks

Defined in:
lib/yard/parser/source_parser.rb

.before_parse_list_callbacksArray<Proc>

Returns the list of callbacks to be called before parsing a list of files. Should only be used for testing.

Returns:

  • (Array<Proc>)

    the list of callbacks to be called before parsing a list of files. Should only be used for testing.

Since:

  • 0.7.0


328
329
330
# File 'lib/yard/parser/source_parser.rb', line 328

def before_parse_list_callbacks
  @before_parse_list_callbacks ||= []
end