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