Class: WhatTheGem::Stats
- Defined in:
- lib/whatthegem/stats.rb,
lib/whatthegem/stats/meters.rb,
lib/whatthegem/stats/definitions.rb
Defined Under Namespace
Modules: Definitions Classes: Meter, Metric
Constant Summary
Constants inherited from Command
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
call, #call, get, #initialize, #meta, register
Constructor Details
This class inherits a constructor from WhatTheGem::Command
Instance Method Details
#output ⇒ Object
5 6 7 |
# File 'lib/whatthegem/stats.rb', line 5 def output Definitions.meters.map { |meter| meter.call(gem).format }.join("\n") end |