# File lib/rack/auth/digest/params.rb, line 13 13: def self.dequote(str) # From WEBrick::HTTPUtils 14: ret = (/\A"(.*)"\Z/ =~ str) ? $1 : str.dup 15: ret.gsub!(/\\(.)/, "\\1") 16: ret 17: end
# File lib/rack/auth/digest/params.rb, line 23 23: def initialize 24: super() 25: 26: yield self if block_given? 27: end
# File lib/rack/auth/digest/params.rb, line 29 29: def [](k) 30: super k.to_s 31: end
# File lib/rack/auth/digest/params.rb, line 33 33: def []=(k, v) 34: super k.to_s, v.to_s 35: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.