Method: JsDuck::Tag::Abstract#initialize
- Defined in:
- lib/jsduck/tag/abstract.rb
#initialize ⇒ Abstract
Returns a new instance of Abstract.
5 6 7 8 9 |
# File 'lib/jsduck/tag/abstract.rb', line 5 def initialize @pattern = "abstract" @signature = {:long => "abstract", :short => "ABS"} super end |