# File lib/chef/cookbook/metadata.rb, line 212 def version(arg=nil) if arg @version = Chef::Version.new(arg) end @version.to_s end