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