module CodeRay::PluginHost

def extended mod

Adds the module/class to the PLUGIN_HOSTS list.
def extended mod
  PLUGIN_HOSTS << mod
end