# File lib/rack/body_proxy.rb, line 7
def
respond_to?
(
*
args
)
super
or
@body
.
respond_to?
(
*
args
)
end