Method: JsDuck::MetaTag#context

Defined in:
lib/jsduck/meta_tag.rb

#contextObject

Here the appropriate class or member will be injected, so the to_value and to_html methods can for produce different output based on whether the tag is inside class, method, event, etc.



39
40
41
# File 'lib/jsduck/meta_tag.rb', line 39

def context
  @context
end