# File lib/backports/1.9.1/hash/try_convert.rb, line 4
  def Hash.try_convert(x)
    Backports.try_convert(x, Hash, :to_hash)
  end