Class: GitVersionBumper::VersionBumper::NullTag
- Inherits:
-
Object
- Object
- GitVersionBumper::VersionBumper::NullTag
- Defined in:
- lib/git_version_bumper/version_bumper/null_tag.rb
Overview
Null Object represenation of Git::Object::Tag
Instance Method Summary collapse
-
#initialize ⇒ NullTag
constructor
A new instance of NullTag.
- #name ⇒ Object
Constructor Details
#initialize ⇒ NullTag
5 |
# File 'lib/git_version_bumper/version_bumper/null_tag.rb', line 5 def initialize; end |
Instance Method Details
#name ⇒ Object
7 8 9 |
# File 'lib/git_version_bumper/version_bumper/null_tag.rb', line 7 def name 'v0.0.0'.freeze end |