Method: JsDuck::MetaTag#position
- Defined in:
- lib/jsduck/meta_tag.rb
#position ⇒ Object
Whether to render the tag before other content (:top) or after it (:bottom). Defaults to :bottom.
33 34 35 |
# File 'lib/jsduck/meta_tag.rb', line 33 def position @position end |