Module: Gem
- Defined in:
- lib/platform_helpers/gem.rb
Class Method Summary collapse
Class Method Details
.system_path ⇒ Object
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 |