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