Method code for $root.method_access()

[Turn on line numbering]
arg method;

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

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

the Cold Dark