module CodeRay::PluginHost

def load_all

Loads all plugins using list and load.
def load_all
  for plugin in list
    load plugin
  end
end