method
installed?
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Rubygems
installed?(spec)protected
No documentation available.
# File lib/bundler/source/rubygems.rb, line 449
def installed?(spec)
installed_specs[spec].any?
end