Returns string representation of version, e.g. “1.0.0”.
102 103 104
# File 'lib/library/version.rb', line 102 def to_s @tuple.compact.join('.') end