模块 Gem::Specification::RequirePathFlattener

公共实例方法

from_yaml(input) 点击切换源代码
调用父类方法
# File bundler/rubygems_ext.rb, line 200
def from_yaml(input)
  spec = super(input)
  spec.flatten_require_paths
  spec
end