# File lib/anemone/page_store.rb, line 19
    def []=(index, other)
      @storage[index.to_s] = other
    end