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