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.



33
34
35
# File 'lib/jsduck/meta_tag.rb', line 33

def position
  @position
end