# File lib/more/facets/dictionary.rb, line 254
  def each_key
    order.each { |k| yield( k ) }
    self
  end