Class: Loops::Commands::StatsCommand
Instance Attribute Summary
#engine, #options
Instance Method Summary
collapse
#initialize, #invoke
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
|
#requires_bootstrap? ⇒ Boolean
6
7
8
|
# File 'lib/loops/commands/stats_command.rb', line 6
def requires_bootstrap?
false
end
|