2 3 4 5 6 7 8 9 10
# File 'lib/platform_helpers/gem.rb', line 2 def self.system_path p = nil Gem.path.each { |i| next if i =~ /\/home/ p=i break } p end