# File lib/mega/ohash.rb, line 94
    def store a,b
        @order.push a unless has_key? a
        super a,b
    end