# File lib/thor/core_ext/ordered_hash.rb, line 45
def
values
@keys
.
map
{
|
key
|
self
[
key
] }
end