# File lib/ramaze/log/rotatinginformer.rb, line 204
      def closed?
        @out.respond_to?(:closed?) && @out.closed?
      end