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