# File lib/ramaze/log/informer.rb, line 144
      def closed?
        @out.respond_to?(:closed?) and @out.closed?
      end