# File lib/chef/resource/template.rb, line 43 def source(file=nil) set_or_return( :source, file, :kind_of => [ String ] ) end