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