Method code for $root.set_method_access()

[Turn on line numbering]
arg method, state;

if (!.is_writable_by(sender()))
    throw(~perm, sender() + " cannot write to " + this());
(> $sys.touch() <);
return (> set_method_access(method, state) <);

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

the Cold Dark