188件ヒット
[1-100件を表示]
(0.094秒)
種類
- インスタンスメソッド (128)
- クラス (60)
ライブラリ
- ビルトイン (2)
- drb (24)
- openssl (24)
-
rexml
/ document (12) -
rinda
/ rinda (12) -
rinda
/ tuplespace (12) - rss (12)
-
rubygems
/ exceptions (12) - shell (24)
-
shell
/ builtin-command (6) -
shell
/ command-processor (24) -
shell
/ filter (24)
クラス
-
DRb
:: DRbRemoteError (12) - MatchData (2)
-
REXML
:: XMLDecl (12) -
Rinda
:: TupleSpace (12) -
Rinda
:: TupleSpaceProxy (12) - Shell (24)
-
Shell
:: CommandProcessor (24) -
Shell
:: Filter (24) -
Shell
:: Tee (6)
キーワード
- AttributeError (12)
- CertificateError (12)
- DRbRemoteError (12)
- MissingAttributeError (12)
- RemoteError (12)
- byteend (2)
- cat (18)
- each (6)
- echo (18)
- glob (18)
- notify (24)
- reason (12)
- writeencoding (12)
検索結果
先頭5件
-
Shell
:: CommandProcessor # tee(file) -> Shell :: Filter (21225.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...と, それらを内容とする Filter オブジェクトを返します.
@param file シェルコマンドtee に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each {......|file|
file.chomp!
cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}... -
Shell
:: Filter # tee(file) -> Shell :: Filter (21225.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...と, それらを内容とする Filter オブジェクトを返します.
@param file シェルコマンドtee に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each {......|file|
file.chomp!
cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}... -
Shell
# tee(file) -> Shell :: Filter (18225.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...と, それらを内容とする Filter オブジェクトを返します.
@param file シェルコマンドtee に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each {......|file|
file.chomp!
cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}... -
DRb
:: DRbRemoteError (15000.0) -
例外オブジェクトを wrap したクラス
...例外オブジェクトを wrap したクラス... -
REXML
:: XMLDecl # writeencoding -> bool (12200.0) -
XML宣言内の encoding の宣言を出力時に省略するならば真を返します。
XML宣言内の encoding の宣言を出力時に省略するならば真を返します。
これが真であっても UTF-8 以外のエンコーディングを指定している
ならば encoding は出力されます。 -
DRb
:: DRbRemoteError # reason -> String (12100.0) -
wrapされている例外クラスの名前を返します。
...wrapされている例外クラスの名前を返します。... -
Gem
:: RemoteError (12000.0) -
リモートで問題が発生した場合に使用する例外です。
リモートで問題が発生した場合に使用する例外です。 -
OpenSSL
:: X509 :: AttributeError (12000.0) -
OpenSSL::X509::Attribute 関連のエラーが起きた場合に 発生する例外です。
...OpenSSL::X509::Attribute 関連のエラーが起きた場合に
発生する例外です。... -
OpenSSL
:: X509 :: CertificateError (12000.0) -
X509 証明書関連のエラーを表す例外クラスです。
X509 証明書関連のエラーを表す例外クラスです。 -
RSS
:: MissingAttributeError (12000.0) -