るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

ライブラリ

クラス

モジュール

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

IRB::ExtendCommandBundle#irb_require(*opts, &b) -> bool (41300.0)

現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。

...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。

@see IRB::ExtendCommand::Require#execute...

IRB::ExtendCommand::Nop#irb_context -> IRB::Context (38400.0)

irb の現在の設定(IRB::Context)を返します。

...
i
rb の現在の設定(IRB::Context)を返します。...

IRB::ExtendCommandBundle#irb_context -> IRB::Context (38400.0)

現在の irb に関する IRB::Context を返します。

...現在の irb に関する IRB::Context を返します。...

IRB::ContextExtender.install_extend_commands -> object (38200.0)

定義済みの拡張を読み込みます。

...

I
RB::Context で以下のメソッドが利用できるようになります。

* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=

i
rb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ContextExtender.def_ex...
...tend_command...

IRB::ExtendCommandBundle#irb_exit(ret = 0) -> object (38200.0)

irb を終了します。ret で指定したオブジェクトを返します。

...
i
rb を終了します。ret で指定したオブジェクトを返します。

@param ret 戻り値を指定します。

ユーザが直接使用するものではありません。...

絞り込み条件を変える

Integer#integer? -> true (38200.0)

常に真を返します。

...常に真を返します。

//emlist[][ruby]{
1.integer? # => true
1.0.integer? # => false
//}...

IO#internal_encoding -> Encoding | nil (35400.0)

IO の内部エンコーディングを返します。 内部エンコーディングが指定されていない場合は nil を返します。

...
I
O の内部エンコーディングを返します。
内部エンコーディングが指定されていない場合は nil を返します。

//emlist[例][ruby]{
I
O.write("testfile", "abcde")
File.open("testfile") do |f|
p f.internal_encoding # => nil
f.set_encoding("ASCII-8BIT", "EUC-JP"...
...)
p f.internal_encoding # => #<Encoding:EUC-JP>
e
nd
//}...

IRB::Context::NO_INSPECTING_IVARS -> [String] (35400.0)

ライブラリ内部で使用します。

ライブラリ内部で使用します。

IO#wait_writable -> self (35300.0)

self が書き込み可能になるまでブロックし、書き込み可能になったら self を 返します。

...self が書き込み可能になるまでブロックし、書き込み可能になったら self を
返します。

timeout を指定した場合は、指定秒数経過するまでブロックし、タイムアウト
した場合は nil を返します。

@param timeout タイムアウトま...
...での秒数を指定します。

@see IO#wait_readable...

IO#wait_writable(timeout) -> self | nil (35300.0)

self が書き込み可能になるまでブロックし、書き込み可能になったら self を 返します。

...self が書き込み可能になるまでブロックし、書き込み可能になったら self を
返します。

timeout を指定した場合は、指定秒数経過するまでブロックし、タイムアウト
した場合は nil を返します。

@param timeout タイムアウトま...
...での秒数を指定します。

@see IO#wait_readable...

絞り込み条件を変える

<< 1 2 3 ... > >>