るりまサーチ

最速Rubyリファレンスマニュアル検索!
195件ヒット [1-100件を表示] (0.010秒)

別のキーワード

  1. shell tee
  2. tee new
  3. tee each
  4. filter tee
  5. shell/filter tee

検索結果

<< 1 2 > >>

Shell::Tee (18000.0)

Shell#tee(file) -> Shell::Filter (6125.0)

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

...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::CommandProcessor#tee(file) -> Shell::Filter (6125.0)

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

...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 (6125.0)

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

...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"...

REXML::XMLDecl#writeencoding -> bool (6100.0)

XML宣言内の encoding の宣言を出力時に省略するならば真を返します。

XML宣言内の encoding の宣言を出力時に省略するならば真を返します。

これが真であっても UTF-8 以外のエンコーディングを指定している
ならば encoding は出力されます。

絞り込み条件を変える

DRb::DRbRemoteError (6000.0)

例外オブジェクトを wrap したクラス

例外オブジェクトを wrap したクラス

Gem::RemoteError (6000.0)

リモートで問題が発生した場合に使用する例外です。

リモートで問題が発生した場合に使用する例外です。

OpenSSL::X509::AttributeError (6000.0)

OpenSSL::X509::Attribute 関連のエラーが起きた場合に 発生する例外です。

OpenSSL::X509::Attribute 関連のエラーが起きた場合に
発生する例外です。

OpenSSL::X509::CertificateError (6000.0)

X509 証明書関連のエラーを表す例外くクラスです。

X509 証明書関連のエラーを表す例外くクラスです。

RSS::MissingAttributeError (6000.0)

絞り込み条件を変える

DRb::DRbRemoteError#reason -> String (3000.0)

wrapされている例外クラスの名前を返します。

wrapされている例外クラスの名前を返します。
<< 1 2 > >>