module CodeRay::PluginHost

def path_to plugin_id

Returns the expected path to the plugin file for the given id.
def path_to plugin_id
  File.join plugin_path, "#{plugin_id}.rb"
end