# File lib/rack/body_proxy.rb, line 34 def method_missing(*args, &block) super if args.first.to_s =~ /^to_ary$/ @body.__send__(*args, &block) end