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