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