class
Gem::StubSpecification
v2_6_3 -
Show latest stable
- Superclass: Gem::BasicSpecification
frozen_string_literal: true
Gem::StubSpecification reads the stub: line from the gemspec. This prevents us having to eval the entire gemspec in order to find out certain information.
Constants
OPEN_MODE = 'r:UTF-8:-'.freeze
PREFIX = "# stub: ".freeze
Attributes
| [R] | base_dir |
| [R] | gems_dir |
Files
- lib/rubygems/stub_specification.rb