# File lib/map/options.rb, line 78
def
get_opts
(
*
opts
)
opts
.
flatten
.
map
{
|
opt
|
getopt
(
opt
)}
end