{"body":"method values-or-defaults(%hash, $key) {\n    return %hash if not %hash;\n\n    my %output = %hash<default>;\n\n    if %hash{$key} -> %overrides {\n        %output = |(%output), |(%overrides)\n    }\n\n    if not %output {\n        # throw exception\n    }\n    return %output;\n}","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/8b1t9ujH","modified":1555681421,"id":"8b1t9ujH","size":267,"lines":14,"own_paste":false,"theme":"","date":1555681421}