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