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.



37
38
39
# File 'lib/jsduck/meta_tag.rb', line 37

def context
  @context
end