246 247 248 249
# File 'lib/dictionary.rb', line 246 def each_key order.each { |k| yield( k ) } self end