Method code for $root.list_method()

[Turn on line numbering]
arg @args;

if (!.has_flag('code, sender()))
    throw(~perm, "Method code on " + .namef('ref) + " is not readable by " + sender().namef('ref));
return (> list_method(@args) <);

["// Created as a part of ColdCore, see: @help Credit"]

the Cold Dark