# File lib/chef/resource/execute.rb, line 104 def returns(arg=nil) set_or_return( :returns, arg, :kind_of => [ Integer, Array ] ) end