Method code for $root.as_this_run()

[Turn off line numbering]
  1: arg obj, method, args;
  2: 
  3: caller().is($http_interface) || (> .perms(caller(), $scheduler, $page_set) <);
  4: return (> obj.(method)(@args) <);
  5: 
  6: // $#Edited: 05 Sep 01 21:48 $brandon

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

the Cold Dark