method
cd
v1_8_6_287 -
Show latest stable
- Class:
Shell
cd(path)public
No documentation available.
# File lib/shell.rb, line 48
def cd(path)
sh = new
sh.cd path
sh
end cd(path)No documentation available.
# File lib/shell.rb, line 48
def cd(path)
sh = new
sh.cd path
sh
end