= private = protected
cd(path)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/shell.rb, line 48 def cd(path) sh = new sh.cd path sh end