Object
# File webrick/httpserver.rb, line 171 def initialize @tab = Hash.new compile end
# File webrick/httpserver.rb, line 176 def [](dir) dir = normalize(dir) @tab[dir] end
# File webrick/httpserver.rb, line 181 def []=(dir, val) dir = normalize(dir) @tab[dir] = val compile val end
# File webrick/httpserver.rb, line 188 def delete(dir) dir = normalize(dir) res = @tab.delete(dir) compile res end
# File webrick/httpserver.rb, line 195 def scan(path) @scanner =~ path [ $&, $' ] end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an avant garage application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.