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