Module: Cd
Defined Under Namespace
Modules: Proxy
Constant Summary collapse
- VERSION =
'1.0.1'.freeze
Instance Method Summary collapse
Instance Method Details
#cd(path = nil) ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/cd.rb', line 8 def cd(path = nil) if !path Cd::Proxy else Cd::Proxy[path] end end |