module CodeRay::PluginHost

def plugin_hash

A Hash of plugion_id => Plugin pairs.
def plugin_hash
  @plugin_hash ||= make_plugin_hash
end