Class: GitVersion::Finder
- Inherits:
-
Object
- Object
- GitVersion::Finder
- Defined in:
- lib/git-version/finder.rb
Instance Method Summary collapse
Instance Method Details
#find ⇒ Object
3 4 5 |
# File 'lib/git-version/finder.rb', line 3 def find from_environment || from_config_file || from_git_repo end |