# File lib/r10k/semver.rb, line 115
  def inspect
    @vstring || "#{@major}.#{@minor}.#{@tiny}#{@special}"
  end