Module: Polyfill::V2_4::Array::Instance::Sum
- Included in:
- Polyfill::V2_4::Array::Instance
- Defined in:
- lib/polyfill/v2_4/array/instance/sum.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 |
# File 'lib/polyfill/v2_4/array/instance/sum.rb', line 10 def self.included(base) base.include Enumerable::Instance::Sum::Method end |