Module: GitWorkflow::Callbacks::Styles::Debug::StartBehaviour

Defined in:
lib/git_workflow/callbacks/styles/debug.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



22
23
24
25
26
27
28
29
# File 'lib/git_workflow/callbacks/styles/debug.rb', line 22

def self.included(base)
  base.instance_eval do
    include GitWorkflow::Callbacks::PivotalTrackerSupport
    extend GitWorkflow::Callbacks::Styles::Debug
    debug_method(:start)
    debug_method(:start_story_on_pivotal_tracker!)
  end
end