class Cucumber::Formatter::Interceptor::Pipe

def respond_to_missing?(method, include_private = false)

def respond_to_missing?(method, include_private = false)
  super || @pipe.respond_to?(method, include_private)
end