Module: Slate::Calculation
- Defined in:
- lib/slate/calculation.rb,
lib/slate/calculation/last.rb,
lib/slate/calculation/mean.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.all ⇒ Object
5 6 7 |
# File 'lib/slate/calculation.rb', line 5 def self.all [Mean, Last] end |