class Cucumber::Formatter::Interceptor::Pipe

def buffer_string

def buffer_string
  @lock.synchronize do
    return @buffer.string.dup
  end
end