# File lib/ohm.rb, line 1143
    def load!
      reload_attributes(Utils.dict(key.call("HGETALL"))) unless new?
      return self
    end