Method: Lhj::GitBranchFeatureConfig.feature
- Defined in:
- lib/lhj/helper/git_branch_feature_config.rb
.feature(branch) ⇒ Object
19 20 21 |
# File 'lib/lhj/helper/git_branch_feature_config.rb', line 19 def self.feature(branch) config[branch] if config end |