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



190
191
192
193
194
# File 'lib/bundler/rubygems_ext.rb', line 190

def from_yaml(input)
  spec = super(input)
  spec.flatten_require_paths
  spec
end