delegate method_missing calls to the response body
commit2c43727f8e689ef5998d773feb4cbb2f58009391
authorEric Wong <normalperson@yhbt.net>
Fri, 21 Jan 2011 08:53:56 +0000 (21 08:53 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 21 Jan 2011 08:57:07 +0000 (21 08:57 +0000)
treea1f79f5595c0612e45a045fbf78b91fdd90ffa43
parentd3a182dd0238c964ff5191642d53fce3d2e64be9
delegate method_missing calls to the response body

Since we delegated response_to?, we also need to delegate
method_missing to the response body in case there are
non-standard methods defined outside of Rack.
ext/clogger_ext/clogger.c
lib/clogger.rb
test/test_clogger.rb