Class: Loops::Commands::StatsCommand

Inherits:
Loops::Command show all
Defined in:
lib/loops/commands/stats_command.rb

Instance Attribute Summary

Attributes inherited from Loops::Command

#engine, #options

Instance Method Summary collapse

Methods inherited from Loops::Command

#initialize, #invoke

Constructor Details

This class inherits a constructor from Loops::Command

Instance Method Details

#executeObject



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

Returns:

  • (Boolean)


6
7
8
# File 'lib/loops/commands/stats_command.rb', line 6

def requires_bootstrap?
  false
end