# File lib/orderedhash.rb, line 127
def
pop
key
=
@order
.
last
key
?
[
key
,
delete
(
key
)]
:
nil
end