# File lib/ohm.rb, line 1262
    def hash
      new? ? super : key.hash
    end