Method: Fluent::Plugin::RoundRobinOutput#initialize

Defined in:
lib/fluent/plugin/out_roundrobin.rb

#initializeRoundRobinOutput

Returns a new instance of RoundRobinOutput.



28
29
30
31
# File 'lib/fluent/plugin/out_roundrobin.rb', line 28

def initialize
  super
  @weights = []
end