るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

Shell#cat(*files) -> Shell::Filter (21214.0)

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

...er オブジェクトを返します.

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

動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat
...
...(file).each { |l|
e
cho(l) | tee(file + ".tee") >> "all.tee"
}
}
}...

Shell::CommandProcessor#cat(*files) -> Shell::Filter (21214.0)

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

...er オブジェクトを返します.

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

動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat
...
...(file).each { |l|
e
cho(l) | tee(file + ".tee") >> "all.tee"
}
}
}...

Shell::Filter#cat(*files) -> Shell::Filter (21214.0)

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

...er オブジェクトを返します.

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

動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat
...
...(file).each { |l|
e
cho(l) | tee(file + ".tee") >> "all.tee"
}
}
}...

OpenSSL::X509::ExtensionFactory#issuer_certificate -> OpenSSL::X509::Certificate | nil (18501.0)

自身に設定されている発行者(issuer)の証明書オブジェクトを返します。

...自身に設定されている発行者(issuer)の証明書オブジェクトを返します。

証明書が設定されていない場合は nil を返します。...

OpenSSL::X509::ExtensionFactory#issuer_certificate=(cert) (18401.0)

自身に発行者(issuer)の証明書オブジェクトを設定します。

...自身に発行者(issuer)の証明書オブジェクトを設定します。

@param cert 設定する証明書(OpenSSL::X509::Certificate)オブジェクト
@see OpenSSL::X509::ExtensionFactory.new...

絞り込み条件を変える

OpenSSL::X509::ExtensionFactory#subject_certificate -> OpenSSL::X509::Certificate | nil (15301.0)

自身に設定されている所有者(subject)の証明書オブジェクトを返します。

...自身に設定されている所有者(subject)の証明書オブジェクトを返します。

証明書が設定されていない場合は nil を返します。...

Gem::Specification#specification_version -> Integer (15201.0)

この Gem パッケージに用いられている gemspec のバージョンを返します。

...この Gem パッケージに用いられている gemspec のバージョンを返します。...

Gem::Specification#specification_version=(version) (15201.0)

この Gem パッケージに用いられている gemspec のバージョンをセットします。

...この Gem パッケージに用いられている gemspec のバージョンをセットします。

@param version gemspec のバージョンを指定します。

@see Gem::Specification::SPECIFICATION_VERSION_HISTORY...

OpenSSL::X509::ExtensionFactory#subject_certificate=(name) (15201.0)

自身に所有者(subject)の証明書オブジェクトを設定します。

...自身に所有者(subject)の証明書オブジェクトを設定します。

@param cert 設定する証明書(OpenSSL::X509::Certificate)オブジェクト
@see OpenSSL::X509::ExtensionFactory.new...

RSS::Maker::ChannelBase::CategoriesBase#new_category (15201.0)

@todo 新しくcategoryを作成し,返します.作成された categoryはcategoryリストの最後 に追加されています.

...@todo
新しくcategoryを作成し,返します.作成された
cat
egoryはcategoryリストの最後
に追加されています....

絞り込み条件を変える

<< 1 2 3 ... > >>