# File lib/sup/util.rb, line 463
def
to_boolean_h
;
Hash
[
*
map
{
|
x
|
[
x
,
true
] }.
flatten
];
end