module Bundler::Plugin::API::Source

def include?(other)

NOTE: Do not override if you don't know what you are doing.
def include?(other)
  other == self
end