Module: Ccp::Commands::Executable

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

Instance Method Summary collapse

Instance Method Details

#benchmark(method = :execute) ⇒ Object

Profiling



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

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

#executeObject

Command



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

def execute
end