# File lib/gem_plugin.rb, line 69
69:     def initialize
70:       # plugins that have been loaded
71:       @plugins = {}
72: 
73:       # keeps track of gems which have been loaded already by the manager *and*
74:       # where they came from so that they can be referenced later
75:       @gems = {}
76:     end