Class: GitFlower::Hotfix

Inherits:
Story
  • Object
show all
Defined in:
lib/git_flower/hotfix.rb

Instance Method Summary collapse

Methods inherited from Story

#create_story!, #initialize

Constructor Details

This class inherits a constructor from GitFlower::Story

Instance Method Details

#save!Object



6
7
8
9
10
11
# File 'lib/git_flower/hotfix.rb', line 6

def save!
  validate_environment_and_arguments!
  validate_git_repository!

  create_hotfix!
end