load()
Loads the gem dependency file and returns self.
# File lib/rubygems/request_set/gem_dependency_api.rb, line 279 def load instance_eval File.read(@path).untaint, @path, 1 self end