# File lib/chef/version_class.rb, line 23 def initialize(str="") @major, @minor, @patch = parse(str) end