# File lib/support.rb, line 64
def
initialize
@functions
=
Hash
.
new
do
|
h
,
k
|
h
[
k
] = []
end
end