# File lib/ruote/exp/ro_persist.rb, line 41
    def initial_persist

      r = @context.storage.put(@h, :update_rev => true)

      raise(
        "initial_persist failed for " +
        "#{Ruote.to_storage_id(h.fei)} #{tree.first}"
      ) if r != nil

      nil
    end