6件ヒット
[1-6件を表示]
(0.017秒)
種類
- インスタンスメソッド (4)
- 文書 (2)
ライブラリ
- date (4)
クラス
- DateTime (4)
キーワード
-
NEWS for Ruby 3
. 0 . 0 (1) - sec (1)
-
sec
_ fraction (1) -
second
_ fraction (1) - リテラル (1)
検索結果
先頭5件
-
DateTime
# second -> Integer (78304.0) -
秒を返します (0-59)。
秒を返します (0-59)。 -
DateTime
# second _ fraction -> Rational (42304.0) -
秒の小数点以下の部分を表す分数を返します。
秒の小数点以下の部分を表す分数を返します。 -
DateTime
# sec -> Integer (33004.0) -
秒を返します (0-59)。
秒を返します (0-59)。 -
DateTime
# sec _ fraction -> Rational (33004.0) -
秒の小数点以下の部分を表す分数を返します。
秒の小数点以下の部分を表す分数を返します。 -
リテラル (91.0)
-
リテラル * num * string * backslash * exp * char * command * here * regexp * array * hash * range * symbol * percent
...数
: 0377
: 0o377
8進整数
: 42r
: 3.14r
有理数。
ただし、誤解を招く恐れがあるため、6.022e+23r のような指数部に有理数リ
テラルを含む形式は指定できません。
: 42i
: 3.14i
複素数
: 42ri
: 3.14ri
虚数部が有理数の複素数... -
NEWS for Ruby 3
. 0 . 0 (73.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...r
* Update to Bundler 2.2.3
* CGI
* Update to 0.2.0
* This version is Ractor compatible.
* CSV
* Update to CSV 3.1.9
* Date
* Update to Date 3.1.1
* This version is Ractor compatible.
* Digest
* Update to Digest 3.0.0
* This version is Ractor compatible.
* E...