# File lib/slop.rb, line 235
def
to_hash
Hash
[
options
.
map
{
|
opt
|
[
opt
.
key
.
to_sym
,
opt
.
value
] }]
end