Class: Versi::BranchCommand::Interactors::CreateReleaseBranch
- Inherits:
-
Object
- Object
- Versi::BranchCommand::Interactors::CreateReleaseBranch
- Includes:
- RescueInteractor
- Defined in:
- lib/versi/branch_command/interactors/create_release_branch.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
11 12 13 |
# File 'lib/versi/branch_command/interactors/create_release_branch.rb', line 11 def call @git.create_branch(context.branch_name) end |