るりまサーチ

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

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g
  4. dsa g=
  5. dh g

検索結果

<< 1 2 3 ... > >>

Rake::RDocTask#main -> String (18202.0)

メインとして使用されるファイル名を返します。

メインとして使用されるファイル名を返します。

RDoc::Options#main_page -> String | nil (12218.0)

コマンドライン引数の --main オプションで指定したファイル名、クラス/モ ジュール名を返します。

...コマンドライン引数の --main オプションで指定したファイル名、クラス/モ
ジュール名を返します。

指定しなかった場合は nil を返します。...

RDoc::Options#main_page=(val) (12218.0)

コマンドライン引数の --main オプションと同様の指定を行います。

...コマンドライン引数の --main オプションと同様の指定を行います。

@param val 設定するファイル名、クラス/モジュール名を文字列で指定します。...

RSS::Maker::ChannelBase::CategoriesBase::CategoryBase#domain (12101.0)

@todo

@todo

RSS::Maker::ChannelBase::CategoriesBase::CategoryBase#domain=() (12101.0)

@todo

@todo

絞り込み条件を変える

BigDecimal#remainder(n) -> BigDecimal (9201.0)

self を n で割った余りを返します。

...//emlist[][ruby]{
require 'bigdecimal'
x = BigDecimal((2**100).to_s)
x.remainder(3).to_i # => 1
(-x).remainder(3).to_i # => -1
x.remainder(-3).to_i # => 1
(-x).remainder(-3).to_i # => -1
//}

戻り値は self と同じ符号になります。これは BigDecimal#% とは異な
る点に...
...注意してください。詳細は Numeric#%、
Numeric#remainder を参照して下さい。...

Bignum#remainder(other) -> Fixnum | Bignum | Float (9201.0)

self を other で割った余り r を返します。

...self を other で割った余り r を返します。

r の符号は self と同じになります。

@param other self を割る数。

@see Bignum#divmod, Bignum#modulo, Numeric#modulo...

CGI::Cookie#domain -> String (9201.0)

クッキーを適用するドメインを返します。

クッキーを適用するドメインを返します。

CGI::Cookie#domain=(value) (9101.0)

クッキーを適用するドメインをセットします。

クッキーを適用するドメインをセットします。

@param value ドメインを指定します。

Integer#remainder(other) -> Numeric (9101.0)

self を other で割った余り r を返します。

...//emlist[][ruby]{
5.remainder(3) # => 2
-5.remainder(3) # => -2
5.remainder(-3) # => 2
-5.remainder(-3) # => -2

-1234567890987654321.remainder(13731) # => -6966
-1234567890987654321.remainder(13731.24) # => -9906.22531493148
//}

@see Integer#divmod, Integer#modulo, Numeric#modul...

絞り込み条件を変える

<< 1 2 3 ... > >>