# File lib/nanoc/base/ordered_hash.rb, line 31
    def initialize(*a, &b)
      super
      @order = []
    end