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