module Cucumber::Formatter::Io

def io?(path_or_url_or_io)

def io?(path_or_url_or_io)
  path_or_url_or_io.respond_to?(:write)
end