Module: LogCabin::Modules::GithubTag
- Defined in:
- lib/prospectus/modules/github_tag.rb
Overview
Pull state from a GitHub tag
Instance Method Summary collapse
Instance Method Details
#load! ⇒ Object
13 14 15 16 |
# File 'lib/prospectus/modules/github_tag.rb', line 13 def load! raise('No repo specified') unless @repo @state.value = regex_helper(tag) end |