A LocalSpecification
comes from a .gem file on the local filesystem.
Instance Methods
lib/rubygems/resolver/local_specification.rb
View on GitHub
# File tmp/rubies/ruby-2.4.10/lib/rubygems/resolver/local_specification.rb, line 10
def installable_platform?
return true if @source.kind_of? Gem::Source::SpecificFile
super
end
Returns true
if this gem is installable for the current platform.