Method: NanDoc::Html::Tags#initialize
- Defined in:
- lib/nandoc/html/tags.rb
#initialize ⇒ Tags
Returns a new instance of Tags.
4 5 6 7 |
# File 'lib/nandoc/html/tags.rb', line 4 def initialize @current = nil @content = [] end |
Returns a new instance of Tags.
4 5 6 7 |
# File 'lib/nandoc/html/tags.rb', line 4 def initialize @current = nil @content = [] end |