Method: GitWorkflow::Story#start_state

Defined in:
lib/git_workflow/story.rb

#start_stateObject



30
31
32
# File 'lib/git_workflow/story.rb', line 30

def start_state
  'started'
end