# File lib/orderedhash.rb, line 83
    def first
      {@order.first => self[@order.first]}
    end