るりまサーチ

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

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rsa d
  4. rsa d=
  5. matrix d

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 > >>

Date#mon -> Integer (21102.0)

月を返します (1-12)。

月を返します (1-12)。

Monitor#mon_locked? -> bool (15202.0)

モニターがロックされているときに true を返します。

モニターがロックされているときに true を返します。

Monitor#mon_owned? -> bool (15202.0)

カレントスレッドがモニターをロックしているときに true を返します。

カレントスレッドがモニターをロックしているときに true を返します。

MonitorMixin#mon_locked? -> bool (15202.0)

モニターがロックされているときに true を返します。

モニターがロックされているときに true を返します。

MonitorMixin#mon_owned? -> bool (15202.0)

カレントスレッドがモニターをロックしているときに true を返します。

カレントスレッドがモニターをロックしているときに true を返します。

絞り込み条件を変える

Date#monday? -> bool (15201.0)

月曜日なら真を返します。

月曜日なら真を返します。

Time#monday? -> bool (12201.0)

self の表す時刻が月曜日である場合に true を返します。 そうでない場合に false を返します。

...self の表す時刻が月曜日である場合に true を返します。
そうでない場合に false を返します。

//emlist[][ruby]{
t = Time.local(2003, 8, 4) # => 2003-08-04 00:00:00 +0900
p t.monday? # => true
//}...

Date#next_month(n = 1) -> Date (9201.0)

n ヶ月後を返します。

...n ヶ月後を返します。

D
ate#>> も参照してください。

@param n 月数...

Date#prev_month(n = 1) -> Date (9201.0)

n ヶ月前を返します。

...n ヶ月前を返します。

D
ate#<< も参照してください。

@param n 月数...

Monitor#new_cond -> MonitorMixin::ConditionVariable (9201.0)

モニターに関連付けられた、新しい MonitorMixin::ConditionVariable を生成して返します。

...モニターに関連付けられた、新しい MonitorMixin::ConditionVariable を生成して返します。...

絞り込み条件を変える

MonitorMixin#new_cond -> MonitorMixin::ConditionVariable (9201.0)

モニターに関連付けられた、新しい MonitorMixin::ConditionVariable を生成して返します。

...モニターに関連付けられた、新しい MonitorMixin::ConditionVariable を生成して返します。...
<< 1 2 3 > >>