Method: Version#to_s
- Defined in:
- lib/coderunner/version.rb
#to_s ⇒ Object
24 25 26 |
# File 'lib/coderunner/version.rb', line 24 def to_s @major.to_s + "." + @feature_group.to_s + "." + @feature.to_s + "." + @bugfix.to_s end |
24 25 26 |
# File 'lib/coderunner/version.rb', line 24 def to_s @major.to_s + "." + @feature_group.to_s + "." + @feature.to_s + "." + @bugfix.to_s end |