Modules: Proxy
"0.1.0".freeze
7 8 9 10 11 12 13
# File 'lib/cd.rb', line 7 def cd(path = nil) if !path Cd::Proxy else Cd::Proxy[path] end end