105件ヒット
[101-105件を表示]
(0.110秒)
ライブラリ
- shell (105)
キーワード
-
alias
_ command (6) - cd (6)
- debug (6)
- debug? (6)
-
debug
_ output _ exclusive _ unlock (3) -
debug
_ output _ lock (6) -
debug
_ output _ locked? (6) -
debug
_ output _ synchronize (6) -
debug
_ output _ try _ lock (6) -
debug
_ output _ unlock (6) -
def
_ system _ command (6) -
default
_ record _ separator (6) -
default
_ record _ separator= (6) -
default
_ system _ path (6) -
default
_ system _ path= (6) -
install
_ system _ commands (6) - notify (6)
-
undef
_ system _ command (6)
検索結果
-
Shell
. cd(path = nil , verbose = self . verbose) -> self (114.0) -
pathをカレントディレクトリとするShellオブジェクトを生成します.
...pathをカレントディレクトリとするShellオブジェクトを生成します.
@param path カレントディレクトリとするディレクトリを文字列で指定します。
@param verbose true を指定すると冗長な出力を行います。
使用例
require 'shell'
s......h = Shell.new
sh.cd("/tmp")...