# File lib/orderedhash.rb, line 48
    def clear
        @order = []
        super
    end