# File lib/chef/resource/package.rb, line 51 def version(arg=nil) set_or_return( :version, arg, :kind_of => [ String ] ) end