Method: JsDuck::Tag::Tag#pattern

Defined in:
lib/jsduck/tag/tag.rb

#patternObject (readonly)

Defines the name of the @tag. The name itself must not contain the “@” sign. For example: “cfg”



7
8
9
# File 'lib/jsduck/tag/tag.rb', line 7

def pattern
  @pattern
end