Class: GitPivot::Manager
- Inherits:
-
Thor
- Object
- Thor
- GitPivot::Manager
- Includes:
- Shared
- Defined in:
- lib/git-pivot/manager.rb
Instance Method Summary collapse
Methods included from Shared
Instance Method Details
#deliver ⇒ Object
37 38 39 40 41 |
# File 'lib/git-pivot/manager.rb', line 37 def deliver GitPivot::Pivotal.deliver GitPivot::Git.deliver out "Story complete." end |
#finish ⇒ Object
30 31 32 33 34 |
# File 'lib/git-pivot/manager.rb', line 30 def finish GitPivot::Pivotal.finish GitPivot::Git.finish([:commit]) out "Story complete." end |