Method: JsDuck::TagRegistry.instance
- Defined in:
- lib/jsduck/tag_registry.rb
.instance ⇒ Object
Access to the singleton instance (only used internally)
8 9 10 11 |
# File 'lib/jsduck/tag_registry.rb', line 8 def self.instance @instance = TagRegistry.new unless @instance @instance end |