class Cucumber::Formatter::Interceptor::Pipe

def method_missing(method, *args, &blk)

def method_missing(method, *args, &blk)
  @pipe.send(method, *args, &blk)
end