# File lib/backports/1.9.1/array/try_convert.rb, line 4
  def Array.try_convert(obj)
    Backports.try_convert(obj, Array, :to_ary)
  end