# File lib/chef/version_class.rb, line 43
    def hash
      # Didn't put any thought or research into this, probably can be
      # done better
      to_s.hash
    end