# File lib/grape/serve_file/sendfile_response.rb, line 6
      def respond_to?(method_name, include_all = false)
        if method_name == :to_path
          @body.respond_to?(:to_path, include_all)
        else
          super
        end
      end