Method code for $root.list_method()

[Turn off line numbering]
  1: arg @args;
  2: 
  3: if (!.has_flag('code, sender()))
  4:     throw(~perm, "Method code on " + .namef('ref) + " is not readable by " + sender().namef('ref));
  5: return (> list_method(@args) <);

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

the Cold Dark