method
shift
shift()
public
Hide source
# File activesupport/lib/active_support/ordered_hash.rb, line 137 def shift k = @keys.first v = delete(k) [k, v] end


