self.start

in lib/logstash/outputs/kusto/interval.rb [20:23]


    def self.start(interval, procsy)
      new(interval, procsy).tap(&:start)
    end