Module: DescriptiveStatistics::Support
- Defined in:
- lib/descriptive_statistics/support/convert.rb
Class Method Summary collapse
Class Method Details
.convert(from_enumerable) ⇒ Object
7 8 9 |
# File 'lib/descriptive_statistics/support/convert.rb', line 7 def self.convert(from_enumerable) extend to_float to_array from_enumerable end |
.extract(from_enumerable) ⇒ Object
11 12 13 |
# File 'lib/descriptive_statistics/support/convert.rb', line 11 def self.extract(from_enumerable) extend to_array from_enumerable end |