Method code for $root.find_method()

[Turn on line numbering]
arg name;

if (!.has_flag('methods, sender()))
    throw(~perm, sender() + " doesn't have permission to find methods on " + this());
return (> find_method(name) <);

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

the Cold Dark