Module: GitWorkflow::Callbacks::Styles::Debug::FinishBehaviour
- Defined in:
- lib/git_workflow/callbacks/styles/debug.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
33 34 35 36 37 38 39 40 |
# File 'lib/git_workflow/callbacks/styles/debug.rb', line 33 def self.included(base) base.instance_eval do include GitWorkflow::Callbacks::PivotalTrackerSupport extend GitWorkflow::Callbacks::Styles::Debug debug_method(:finish) debug_method(:finish_story_on_pivotal_tracker!) end end |