Object
# File lib/net/ntlm_http.rb, line 516 def data_size @active ? @value.size : 0 end
# File lib/net/ntlm_http.rb, line 493 def parse(str, offset=0) if @active and str.size >= offset + @size super(str, offset) @value = str[self.offset, self.length] @size else 0 end end
Generated with the Darkfish Rdoc Generator 2.