るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. openssl n=

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

Time#sec -> Integer (18214.0)

秒を整数で返します。

...秒を整数で返します。

//emlist[][ruby]{
p Time.mktime(2000, 1, 1).sec # => 0
//}

通常は0から59を返しますが、うるう秒の場合は60を返します。

//emlist[][ruby]{
ENV['TZ'] = 'right/UTC'
p Time.mktime(2005, 12, 31, 23, 59, 60).sec # => 60
//}...

DateTime#sec -> Integer (18202.0)

秒を返します (0-59)。

秒を返します (0-59)。

RDoc::Context#current_section -> RDoc::Context::Section (15401.0)

現在の section を返します。

...現在の section を返します。...

RDoc::Context#set_current_section(title, comment) -> () (15301.0)

Handle sections

...Handle sections...

OpenSSL::Config#sections -> [String] (15201.0)

オブジェクトに含まれる全てのセクション名の配列を返します。

オブジェクトに含まれる全てのセクション名の配列を返します。

絞り込み条件を変える

RDoc::CodeObject#section -> RDoc::Context::Section (12401.0)

所属している section を返します。

...所属している section を返します。...

RDoc::Context#sections -> RDoc::Context::Section (12301.0)

追加された RDoc::Context::Section の配列を返します。

...追加された RDoc::Context::Section の配列を返します。...

DateTime#sec_fraction -> Rational (12202.0)

秒の小数点以下の部分を表す分数を返します。

秒の小数点以下の部分を表す分数を返します。

DateTime#second_fraction -> Rational (12202.0)

秒の小数点以下の部分を表す分数を返します。

秒の小数点以下の部分を表す分数を返します。
<< 1 2 3 ... > >>