Method: YARD::Tags::Directive#call

Defined in:
lib/yard/tags/directives.rb

#callvoid

This method is abstract.

implement this method to perform all data processing for the directive.

This method returns an undefined value.

Called when processing the directive. Subclasses should implement this method to perform all functionality of the directive.

Raises:

  • (NotImplementedError)

Since:

  • 0.8.0


68
# File 'lib/yard/tags/directives.rb', line 68

def call; raise NotImplementedError end