class Gem::Resolver::LocalSpecification
一个 LocalSpecification 来自本地文件系统上的 .gem 文件。
Public Instance Methods
Source
# File lib/rubygems/resolver/local_specification.rb, line 10 def installable_platform? return true if @source.is_a? Gem::Source::SpecificFile super end
如果此 gem 可为当前平台安装,则返回 true。