るりまサーチ

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

別のキーワード

  1. _builtin main
  2. main define_method
  3. main public
  4. main private
  5. thread main

検索結果

<< 1 2 3 ... > >>

IRB::Context#main -> object (18108.0)

self に設定されたオブジェクトを返します。

...self に設定されたオブジェクトを返します。

@
see cwws コマンド...

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

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

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

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

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

@todo

...@todo...

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

@todo

...@todo...

RSS::Rss::Channel::Cloud#domain (6117.0)

@todo

...@todo...

絞り込み条件を変える

RSS::Rss::Channel::Cloud#domain= (6117.0)

@todo

...@todo...

RSS::Rss::Channel::Item::Category#domain (6117.0)

@todo

...@todo...

RSS::Rss::Channel::Item::Category#domain= (6117.0)

@todo

...@todo...

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

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

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

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

@
param other self を割る数。

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

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

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

...す。

@
param other self を割る数。

//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 Inte...

絞り込み条件を変える

<< 1 2 3 ... > >>