# File lib/more/facets/dictionary.rb, line 385
  def first(x=nil)
    return @hash[order.first] unless x
    order.first(x).collect { |k| @hash[k] }
  end