Method: JsDuck::Aggregator#initialize

Defined in:
lib/jsduck/aggregator.rb

#initializeAggregator

Returns a new instance of Aggregator.



11
12
13
14
15
16
# File 'lib/jsduck/aggregator.rb', line 11

def initialize
  @classes = {}
  @alt_names = {}
  @orphans = []
  @current_class = nil
end