# File lib/chef/cookbook/metadata/version.rb, line 30 def initialize(str="") @major, @minor, @patch = _parse(str) end