Method: Gem::Resolver::SpecSpecification#full_name
- Defined in:
- lib/rubygems/resolver/spec_specification.rb
#full_name ⇒ Object
The name and version of the specification.
Unlike Gem::Specification#full_name, the platform is not included.
44 45 46 |
# File 'lib/rubygems/resolver/spec_specification.rb', line 44 def full_name "#{spec.name}-#{spec.version}" end |