# File lib/rubygems/specification.rb, line 1645
  def require_path= path
    self.require_paths = [path]
  end