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