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