# File lib/backports/1.9.1/io/try_convert.rb, line 4
  def IO.try_convert(obj)
    Backports.try_convert(obj, IO, :to_io)
  end