1407件ヒット
[1-100件を表示]
(0.038秒)
クラス
- Shell (411)
-
Shell
:: AppendFile (12) -
Shell
:: AppendIO (12) -
Shell
:: BuiltInCommand (12) -
Shell
:: CommandProcessor (498) -
Shell
:: Filter (168) -
Shell
:: ProcessController (30) -
Shell
:: SystemCommand (96) -
Shell
:: Void (12)
モジュール
- Shellwords (84)
キーワード
- AppendFile (6)
- AppendIO (6)
- BuiltInCommand (6)
- CantApplyMethod (6)
- CantDefine (6)
- CommandNotFound (6)
- CommandProcessor (6)
- DirStackEmpty (6)
- NoDelegateMethods (6)
- Shellwords (12)
- SystemCommand (6)
- Void (6)
- [] (18)
- active? (12)
-
add
_ delegate _ command _ to _ shell (6) -
add
_ schedule (6) -
alias
_ command (18) -
alias
_ map (6) - append (18)
- atime (6)
- basename (6)
- blockdev? (18)
- cascade (6)
- cascade= (6)
- cat (6)
- cd (12)
- chardev? (18)
- chdir (6)
-
check
_ point (6) - chmod (18)
- chown (6)
- command (6)
-
command
_ processor (6) - concat (6)
- ctime (6)
- cwd (6)
- debug (12)
- debug= (12)
- debug? (12)
-
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
_ builtin _ commands (6) -
def
_ system _ command (12) -
default
_ record _ separator (6) -
default
_ record _ separator= (6) -
default
_ system _ path (6) -
default
_ system _ path= (6) - delete (18)
- dir (6)
-
dir
_ stack (6) - directory? (18)
- dirname (18)
- dirs (6)
- each (12)
- echo (6)
- escape (12)
- executable? (6)
-
executable
_ real? (6) - exist? (6)
- exists? (6)
- file? (6)
-
find
_ system _ command (18) -
finish
_ all _ jobs (6) - flush (6)
- foreach (6)
- ftype (6)
- getwd (6)
- glob (6)
- grpowned? (18)
- identical? (18)
- initialize (6)
- input= (18)
-
install
_ builtin _ commands (6) -
install
_ system _ commands (12) - join (18)
- kill (6)
-
kill
_ job (6) - link (18)
- lstat (6)
-
method
_ added (6) - mkdir (18)
- mtime (6)
- name (6)
- new (36)
- notify (18)
- open (18)
- out (18)
- owned? (18)
- pipe? (6)
- popd (6)
- popdir (6)
- pushd (6)
- pushdir (6)
- pwd (6)
- readable? (18)
-
readable
_ real? (18) - readlink (18)
-
record
_ separator (6) -
record
_ separator= (6) - rehash (6)
- rename (6)
- rm (18)
- rmdir (18)
-
run
_ config (6) - setgid? (18)
- setuid? (18)
- sfork (6)
- shellescape (12)
- shelljoin (12)
- shellsplit (12)
- shellwords (12)
- size (6)
- size? (6)
- socket? (6)
- split (18)
- start (6)
-
start
_ export (6) -
start
_ import (6) -
start
_ job (6) - stat (6)
- sticky? (6)
-
super
_ each (6) - symlink (18)
- symlink? (6)
- system (18)
- tee (6)
- terminate (6)
-
terminate
_ job (6) - test (18)
- transact (6)
- truncate (6)
-
unalias
_ command (12) -
undef
_ system _ command (12) - unlink (6)
- utime (6)
- wait? (12)
-
world
_ readable? (18) -
world
_ writable? (18) - writable? (6)
-
writable
_ real? (6) - zero? (6)
検索結果
先頭5件
-
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (6201.0) -
@todo
...@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]... -
Shellwords
. # shellwords(line) -> [String] (6113.0) -
Bourne シェルの単語分割規則に従った空白区切りの単語分割を行い、 単語 (文字列) の配列を返します。
...た場合に発生します。
例:
require 'shellwords'
p Shellwords.shellwords(%q{ foo bar "foo bar"\ baz 'foo bar' })
# => ["foo", "bar", "foo bar baz", "foo bar"]
p Shellwords.shellwords(%q{ A B C "D E F" "G","H I" })
# => ["A", "B", "C", "D E F", "G,H I"]... -
Shell
# append(to , filter) -> Shell :: AppendFile | Shell :: AppendIO (6102.0) -
@todo
...@todo
@param to 文字列か IO を指定します。
@param filter Shell::Filter のインスタンスを指定します。... -
Shell
# blockdev?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
Shell
# cd(path , &block) -> self (6102.0) -
カレントディレクトリをpathにする. イテレータとして呼ばれたときには ブロック実行中のみカレントディレクトリを変更する.
...レクトリを文字列で指定します.
@param block path で指定したディレクトリで行う操作をブロックで指定します.
使用例
require 'shell'
sh = Shell.new
sh.transact {
cd("/tmp"){
p cwd #=> "/tmp"
}
p cwd #=> "/Users/kouya/rbmanual"
}... -
Shell
# chardev?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev?... -
Shell
# chdir(path , &block) -> self (6102.0) -
カレントディレクトリをpathにする. イテレータとして呼ばれたときには ブロック実行中のみカレントディレクトリを変更する.
...レクトリを文字列で指定します.
@param block path で指定したディレクトリで行う操作をブロックで指定します.
使用例
require 'shell'
sh = Shell.new
sh.transact {
cd("/tmp"){
p cwd #=> "/tmp"
}
p cwd #=> "/Users/kouya/rbmanual"
}... -
Shell
# chmod(mode , *filename) -> Integer (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param mode chmod(2) と同様に整数で指定します。
@see File.chmod... -
Shell
# command _ processor -> Shell :: CommandProcessor (6102.0) -
@todo
...@todo... -
Shell
# cwd -> String (6102.0) -
カレントディレクトリのパスを文字列で返します。
...カレントディレクトリのパスを文字列で返します。
使用例
require 'shell'
sh = Shell.new
p sh.cwd
# 例
#=> "/Users/kouya/tall"... -
Shell
# debug -> bool | Integer (6102.0) -
@todo
...@todo... -
Shell
# debug=(flag) (6102.0) -
@todo
...@todo... -
Shell
# debug? -> bool | Integer (6102.0) -
@todo
...@todo... -
Shell
# delete(*filename) -> Integer (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.delete... -
Shell
# dir -> String (6102.0) -
カレントディレクトリのパスを文字列で返します。
...カレントディレクトリのパスを文字列で返します。
使用例
require 'shell'
sh = Shell.new
p sh.cwd
# 例
#=> "/Users/kouya/tall"... -
Shell
# dir _ stack -> [String] (6102.0) -
@todo
...@todo...