Method: JsDuck::Tag::Hide#initialize
- Defined in:
- lib/jsduck/tag/hide.rb
#initialize ⇒ Hide
Returns a new instance of Hide.
6 7 8 9 |
# File 'lib/jsduck/tag/hide.rb', line 6 def initialize @pattern = "hide" super end |
Returns a new instance of Hide.
6 7 8 9 |
# File 'lib/jsduck/tag/hide.rb', line 6 def initialize @pattern = "hide" super end |