Module: Gem::Specification::RequirePathFlattener
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Extended In:
| |
Defined in: | lib/bundler/rubygems_ext.rb |
Class Method Summary
Class Method Details
.from_yaml(input)
[ GitHub ]# File 'lib/bundler/rubygems_ext.rb', line 200
def from_yaml(input) spec = super(input) spec.flatten_require_paths spec end