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