# File lib/chef/version_class.rb, line 31
    def to_s
      "#{@major}.#{@minor}.#{@patch}"
    end