Method code for $root.find_next_method()

[Turn on line numbering]
arg name, after;

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

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

the Cold Dark