# File lib/ramaze/snippets/ramaze/dictionary.rb, line 306
    def shift
      key = order.first
      key ? [key,delete(key)] : super
    end