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