Method: JsDuck::MetaTag#position

Defined in:
lib/jsduck/meta_tag.rb

#positionObject

Whether to render the tag before other content (:top) or after it (:bottom). Defaults to :bottom.



31
32
33
# File 'lib/jsduck/meta_tag.rb', line 31

def position
  @position
end