Module: GitCompound::Logger::Debugger
- Included in:
- Command, Command::Procedure::Procedure, Repository::GitCommand, Task::Task
- Defined in:
- lib/git_compound/logger/debugger.rb
Overview
Debugger mixin
Instance Method Summary collapse
Instance Method Details
#debug_after(method, &block) ⇒ Object
10 11 12 |
# File 'lib/git_compound/logger/debugger.rb', line 10 def debug_after(method, &block) debug(method, :after, &block) end |
#debug_before(method, &block) ⇒ Object
6 7 8 |
# File 'lib/git_compound/logger/debugger.rb', line 6 def debug_before(method, &block) debug(method, :before, &block) end |