るりまサーチ

最速Rubyリファレンスマニュアル検索!
188件ヒット [1-100件を表示] (0.094秒)
トップページ > クエリ:r[x] > クエリ:tee[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

検索結果

<< 1 2 > >>

Shell::CommandProcessor#tee(file) -> Shell::Filter (21225.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...と, それらを内容とする Filter オブジェクトを返します.

@param file シェルコマンドtee に与えるファイル名を文字列で指定します。

動作例
r
equire '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 に与えるファイル名を文字列で指定します。

動作例
r
equire '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 に与えるファイル名を文字列で指定します。

動作例
r
equire '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)

絞り込み条件を変える

<< 1 2 > >>