# File lib/caesars/orderedhash.rb, line 30 30: def initialize(*a, &b) 31: super 32: @order = [] 33: end