# File lib/phusion_passenger/utils.rb, line 844 def split_by_null_into_hash(data) args = data.split(NULL, -1) args.pop return Hash[*args] end