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