# File lib/orderedhash.rb, line 75
def
values
ary
= []
@order
.
each
{
|
k
|
ary
.
push
self
[
k
] }
ary
end