class Syntropy::ModuleLoader

def load(ref)

def load(ref)
  @loaded[ref] ||= load_module(ref)
end