るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

FileUtils#sh(*cmd) {|result, status| ... } (21220.0)

与えられたコマンドを実行します。

...参照してください。


例:
sh
%{ls -ltr}

sh
'ls', 'file with spaces'

# check exit status after command runs
sh
%{grep pattern file} do |ok, res|
if ! ok
puts "pattern not found (status = #{res.exitstatus})"
end
end

@see Kernel.#exec, Kernel.#system...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#alternate (18201.0)

@todo

...@todo...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#alternate=() (18201.0)

@todo

...@todo...

RSS::XMLStyleSheetMixin#xml_stylesheets (18201.0)

@todo

...@todo...

RSS::XMLStyleSheetMixin#xml_stylesheets= (18201.0)

@todo

...@todo...

絞り込み条件を変える

Shell::SystemCommand#terminate -> () (18201.0)

@todo

...@todo...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#type (18101.0)

@todo

...@todo...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#type=() (18101.0)

@todo

...@todo...

OpenSSL::X509::ExtensionFactory#create_ext_from_hash(hash) -> OpenSSL::X509::Extension (15401.0)

ハッシュから OpenSSL::X509::Extension オブジェクトを生成します。

...Extension オブジェクトを生成します。

渡すハッシュテーブルは
{"oid" => OID文字列, "value" => value文字列, "critical" => 真偽値 }
という内容が必要です。"critical" を省略した場合は false が
渡されるのと同じになります。

@param hash...
...生成する拡張領域のデータのハッシュテーブル
@see OpenSSL::X509::ExtensionFactory#create_ext...
<< 1 2 3 ... > >>