Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
add_source(source, cls)
public
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