class Puma::LogWriter

def self.strings

two StringIO objects.
Returns an LogWriter object which writes its status to
def self.strings
  LogWriter.new(StringIO.new, StringIO.new)
end