Module: Plus2Version
- Defined in:
- lib/plus2_version.rb,
lib/plus2_version/version.rb
Defined Under Namespace
Classes: Engine
Constant Summary collapse
- Version =
'0.0.2'
Class Method Summary collapse
Class Method Details
.git_path ⇒ Object
9 10 11 |
# File 'lib/plus2_version.rb', line 9 def self.git_path @git_path end |
.git_path=(git_path) ⇒ Object
6 7 8 |
# File 'lib/plus2_version.rb', line 6 def self.git_path=(git_path) @git_path = git_path end |