Method: Cuboid::Data.statistics
- Defined in:
- lib/cuboid/data.rb
.statistics ⇒ Object
27 28 29 30 31 32 33 |
# File 'lib/cuboid/data.rb', line 27 def statistics stats = {} each do |attribute| stats[attribute] = send(attribute).statistics end stats end |