method

include?

include?(other)
public

No documentation available.

# File lib/bundler/source.rb, line 45
    def include?(other)
      other == self
    end