add_source(source, cls)
To be called via the API to register to handle a source plugin
# File lib/bundler/plugin.rb, line 129 def add_source(source, cls) @sources[source] = cls end