るりまサーチ

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

別のキーワード

  1. fileutils rm
  2. fileutils rm_rf
  3. fileutils rm_f
  4. fileutils rm_r
  5. un rm

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 > >>

Gem::Platform#os -> String (21118.0)

OS の種類を返します。

...
OS
の種類を返します。...

Gem::Platform#os=(os) (9231.0)

OS の種類をセットします。

...
OS
の種類をセットします。

@param os OS の種類を指定します。...

CGI::HtmlExtension#form(method = "post", action = nil, enctype = "application/x-www-form-urlencoded") -> String (6301.0)

form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。

...form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。

@param method method 属性の値として "get" か "post" を指定します。

@param action action 属性の値を指定します。デフォルトは現在の CGI ス...
...www-form-urlencoded" です。

例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form("get", "url"){ "string" }
# <FORM METH...
...OD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>...

CGI::HtmlExtension#form(method = "post", action = nil, enctype = "application/x-www-form-urlencoded") { ... } -> String (6301.0)

form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。

...form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。

@param method method 属性の値として "get" か "post" を指定します。

@param action action 属性の値を指定します。デフォルトは現在の CGI ス...
...www-form-urlencoded" です。

例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form("get", "url"){ "string" }
# <FORM METH...
...OD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>...

RDoc::Context#find_enclosing_module_named(name) -> RDoc::NormalModule | nil (6201.0)

find a module at a higher scope

find a module at a higher scope

絞り込み条件を変える

Matrix::LUPDecomposition#determinant -> Numeric (6101.0)

元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。

...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。

@see Matrix#determinant...

Gem::Platform#to_a -> Array (3017.0)

自身にセットされている CPU, OS, バージョンを配列として返します。

...自身にセットされている CPU, OS, バージョンを配列として返します。...

Gem::Platform#to_s -> String (3017.0)

自身にセットされている CPU, OS, バージョンを文字列として返します。

...自身にセットされている CPU, OS, バージョンを文字列として返します。...

Gem::Platform#==(other) -> bool (3007.0)

自身と other が同じプラットフォームである場合に真を返します。 そうでない場合は偽を返します。

...ムである場合に真を返します。
そうでない場合は偽を返します。

同じプラットフォームであるとは、二つのプラットフォームの
CPU, OS, バージョンが同じであるということです。

@param other 比較対象のオブジェクトです。...
<< 1 2 > >>