60件ヒット
[1-60件を表示]
(0.079秒)
別のキーワード
ライブラリ
-
irb
/ context (12) -
irb
/ ext / save-history (12) -
irb
/ input-method (36)
クラス
-
IRB
:: Context (24) -
IRB
:: InputMethod (36)
キーワード
-
file
_ name (12) - gets (12)
-
init
_ save _ history (12) - io (12)
-
readable
_ atfer _ eof? (12)
検索結果
先頭5件
-
IRB
:: InputMethod # file _ name -> String (21001.0) -
ファイル名を文字列で返します。
ファイル名を文字列で返します。 -
IRB
:: InputMethod # gets (21001.0) -
NotImplementedError が発生します。
NotImplementedError が発生します。
@raise NotImplementedError 必ず発生します。 -
IRB
:: InputMethod # readable _ atfer _ eof? -> false (21001.0) -
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。 -
IRB
:: Context # io -> IRB :: InputMethod (102.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # init _ save _ history -> () (17.0) -
自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える ようにします。
...自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える
ようにします。
@see IRB::HistorySavingAbility.extended...