# File lib/net/ntlm/security_buffer.rb, line 37 def value=(val) @value = val self.length = self.allocated = val.size end