# File lib/rack/body_proxy.rb, line 7 def respond_to?(*args) return false if args.first.to_s =~ /^to_ary$/ super or @body.respond_to?(*args) end