# File lib/ruote/exp/ro_persist.rb, line 59
    def try_persist

      r = @context.storage.put(@h)

      #t = Thread.current.object_id.to_s[-3..-1]
      #puts "+ per #{debug_id} #{tree[0]} r#{h._rev} t#{t} -> #{r.class}"
      #p self.h.children.collect { |i| Ruote.sid(i) }
      #Ruote.p_caller('+ per')

      r
    end