module Bundler::Plugin::API::Source

def install(spec, opts)

Returns:
  • (String) - post installation message (if any)
def install(spec, opts)
  raise MalformattedPlugin, "Source plugins need to override the install method."
end