Method: YARD::Tags::Directive#tag

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

#tagTag

Returns the meta-data tag containing data input to the directive.

Returns:

  • (Tag)

    the meta-data tag containing data input to the directive

Since:

  • 0.8.0

[View source]

24
25
26
# File 'lib/yard/tags/directives.rb', line 24

def tag
  @tag
end