204件ヒット
[101-200件を表示]
(0.011秒)
別のキーワード
ライブラリ
-
irb
/ context (12) -
irb
/ ext / save-history (12) -
irb
/ input-method (180)
クラス
-
IRB
:: Context (24) -
IRB
:: FileInputMethod (24) -
IRB
:: InputMethod (36) -
IRB
:: ReadlineInputMethod (60) -
IRB
:: StdioInputMethod (60)
キーワード
- encoding (36)
- eof? (24)
-
file
_ name (12) - gets (48)
-
init
_ save _ history (12) - io (12)
- line (24)
-
readable
_ atfer _ eof? (36)
検索結果
先頭5件
-
IRB
:: ReadlineInputMethod # line(line _ no) -> String (3001.0) -
引数 line_no で指定した過去の入力を行単位で返します。
引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。 -
IRB
:: ReadlineInputMethod # readable _ atfer _ eof? -> false (3001.0) -
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。 -
IRB
:: StdioInputMethod # encoding -> Encoding (3001.0) -
自身の文字エンコーディングを返します。
自身の文字エンコーディングを返します。 -
IRB
:: StdioInputMethod # eof? -> bool (3001.0) -
入力が EOF(End Of File)に達したかどうかを返します。
入力が EOF(End Of File)に達したかどうかを返します。 -
IRB
:: StdioInputMethod # gets -> String (3001.0) -
標準入力から文字列を 1 行読み込みます。
標準入力から文字列を 1 行読み込みます。 -
IRB
:: StdioInputMethod # line(line _ no) -> String (3001.0) -
引数 line_no で指定した過去の入力を行単位で返します。
引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。 -
IRB
:: StdioInputMethod # readable _ atfer _ eof? -> true (3001.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...