Class: Loops::Commands::StatsCommand
- Inherits:
-
Loops::Command
- Object
- Loops::Command
- Loops::Commands::StatsCommand
- Defined in:
- lib/loops/commands/stats_command.rb
Instance Attribute Summary
Attributes inherited from Loops::Command
Instance Method Summary collapse
Methods inherited from Loops::Command
Constructor Details
This class inherits a constructor from Loops::Command
Instance Method Details
#execute ⇒ Object
2 3 4 |
# File 'lib/loops/commands/stats_command.rb', line 2 def execute system File.join(Loops::LIB_ROOT, '../bin/loops-memory-stats') end |