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