ReactiveX/RxRuby

View on GitHub
lib/rx/linq/observable/aggregate.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'rx/operators/aggregates.rb'

module Rx
  module Observable
    alias :aggregate :reduce
  end
end