# File test/test_logger.rb, line 711 def initialize(parent, name) @write = parent.method("#{name}_write") @flush = parent.method("#{name}_flush") end