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