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