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



183
184
185
186
187
# File 'lib/bundler/rubygems_ext.rb', line 183

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