accept a new :path argument in initialize
commit9b46379f75f384c86e42046ab03ce55231197c92
authorEric Wong <normalperson@yhbt.net>
Fri, 24 Dec 2010 21:23:32 +0000 (24 13:23 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Dec 2010 21:28:57 +0000 (24 13:28 -0800)
tree33ffd8703db04f1bc299df03f12673fda2f888c7
parent8d58b42d0255880d732ba0700597b312a8219f8f
accept a new :path argument in initialize

This lessens confusion for people configuring Clogger in
config.ru, since "File" could be mistaken for Rack::File
and "::File" needs to be specified.
README
ext/clogger_ext/clogger.c
lib/clogger/pure.rb
test/test_clogger.rb