Method code for $root.method_access()

[Turn off line numbering]
  1: arg method;
  2: 
  3: if (!.has_flag('methods, sender()))
  4:     throw(~perm, sender() + " doesn't have permission to find methods on " + this());
  5: return (> method_access(method) <);

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

the Cold Dark