Module: Ccp::Commands::Executable

Included in:
Core
Defined in:
lib/ccp/commands/executable.rb

Instance Method Summary collapse

Instance Method Details

#benchmarkObject

Profiling



12
13
14
# File 'lib/ccp/commands/executable.rb', line 12

def benchmark
  receiver.profile(self, :execute)
end

#executeObject

Command



7
8
# File 'lib/ccp/commands/executable.rb', line 7

def execute
end