Module: Ccp::Commands::Executable
- Included in:
- Core
- Defined in:
- lib/ccp/commands/executable.rb
Instance Method Summary collapse
-
#benchmark(method = :execute) ⇒ Object
Profiling.
-
#execute ⇒ Object
Command.
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 |
#execute ⇒ Object
Command
7 8 |
# File 'lib/ccp/commands/executable.rb', line 7 def execute end |