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