= private = protected
cd(path)
Creates a new Shell instance with the current working directory set to path.
# File lib/shell.rb, line 126 def cd(path) new(path) end