# File lib/net/ntlm_http.rb, line 114 def split7(str) s = str.dup until s.empty? (ret ||= []).push s.slice!(0, 7) end ret end