class Gem::BasicSpecification

def require_paths

def require_paths
  return raw_require_paths unless have_extensions?
  [extension_dir].concat raw_require_paths
end