method
include?
v2_6_3 -
Show latest stable
- Class:
Bundler::Source
include?(other)public
No documentation available.
# File lib/bundler/source.rb, line 45
def include?(other)
other == self
end include?(other)No documentation available.
# File lib/bundler/source.rb, line 45
def include?(other)
other == self
end