Method: JsDuck::Tag::Ignore#initialize
- Defined in:
- lib/jsduck/tag/ignore.rb
#initialize ⇒ Ignore
Returns a new instance of Ignore.
6 7 8 9 10 |
# File 'lib/jsduck/tag/ignore.rb', line 6 def initialize @name = "ignore" @key = :ignore @boolean = true end |