Method: YARD::Tags::Library.transitive_tags

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

.transitive_tagsArray<Symbol>

Sets the list of tags that should apply to any children inside the namespace they are defined in. For instance, a “@since” tag should apply to all methods inside a module it is defined in. Transitive tags can be overridden by directly defining a tag on the child object.

Returns:

  • (Array<Symbol>)

    a list of transitive tags

Since:

  • 0.6.0


103
104
105
# File 'lib/yard/tags/library.rb', line 103

def transitive_tags
  @transitive_tags
end