class Gem::PathSupport

def default_path

Return the default Gem path
def default_path
  Gem.default_path + [@home]
end