# File lib/backports/2.3.0/hash/gt.rb, line 5
    def >(hash)
      hash = Backports.coerce_to_hash(hash)
      hash < self
    end