module ProxyManager

Public Class Methods

root() click to toggle source
# File lib/proxy_manager.rb, line 4
def self.root
  File.expand_path '../..', __FILE__
end