module Gem::Specification::RequirePathFlattener

Public Instance Methods

from_yaml(input) click to toggle source
Calls superclass method
# File bundler/rubygems_ext.rb, line 183
def from_yaml(input)
  spec = super(input)
  spec.flatten_require_paths
  spec
end