APIdock / Ruby
/
method

cd

ruby latest stable - Class: Shell
cd(path)
public

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

AltStyle によって変換されたページ (->オリジナル) /