Module: Ccp::Commands::Executable
- Included in:
- Core
- Defined in:
- lib/ccp/commands/executable.rb
Instance Method Summary collapse
-
#benchmark ⇒ Object
Profiling.
-
#execute ⇒ Object
Command.
Instance Method Details
#benchmark ⇒ Object
Profiling
12 13 14 |
# File 'lib/ccp/commands/executable.rb', line 12 def benchmark receiver.profile(self, :execute) end |
#execute ⇒ Object
Command
7 8 |
# File 'lib/ccp/commands/executable.rb', line 7 def execute end |