Module: Gem::Specification::RequirePathFlattener
- Included in:
- Gem::Specification
- Defined in:
- lib/bundler/rubygems_ext.rb
Instance Method Summary collapse
Instance Method Details
#from_yaml(input) ⇒ Object
285 286 287 288 289 |
# File 'lib/bundler/rubygems_ext.rb', line 285 def from_yaml(input) spec = super(input) spec.flatten_require_paths spec end |