class Rack::BodyProxy
def respond_to_missing?(method_name, include_all = false)
def respond_to_missing?(method_name, include_all = false) super or @body.respond_to?(method_name, include_all) end
def respond_to_missing?(method_name, include_all = false) super or @body.respond_to?(method_name, include_all) end