Module: Cp8Cli::Storyable
- Included in:
- AdhocStory, Github::Issue, Trello::Card
- Defined in:
- lib/cp8_cli/storyable.rb
Instance Method Summary collapse
Instance Method Details
#branch ⇒ Object
3 4 5 |
# File 'lib/cp8_cli/storyable.rb', line 3 def branch @_branch ||= Branch.from_story(self) end |