別のキーワード
種類
- インスタンスメソッド (204)
- 特異メソッド (60)
- クラス (48)
ライブラリ
-
irb
/ context (24) -
irb
/ ext / save-history (12) -
irb
/ input-method (276)
クラス
-
IRB
:: Context (36) -
IRB
:: FileInputMethod (36) -
IRB
:: InputMethod (48) -
IRB
:: ReadlineInputMethod (72) -
IRB
:: StdioInputMethod (72)
キーワード
- FileInputMethod (12)
- ReadlineInputMethod (12)
- StdioInputMethod (12)
- encoding (36)
- eof? (24)
-
file
_ name (12) - gets (48)
-
init
_ save _ history (12) - io (12)
- line (24)
- new (60)
-
readable
_ atfer _ eof? (36)
検索結果
先頭5件
-
IRB
:: ReadlineInputMethod # line(line _ no) -> String (3000.0) -
引数 line_no で指定した過去の入力を行単位で返します。
引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。 -
IRB
:: ReadlineInputMethod # readable _ atfer _ eof? -> false (3000.0) -
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。 -
IRB
:: StdioInputMethod # encoding -> Encoding (3000.0) -
自身の文字エンコーディングを返します。
自身の文字エンコーディングを返します。 -
IRB
:: StdioInputMethod # eof? -> bool (3000.0) -
入力が EOF(End Of File)に達したかどうかを返します。
入力が EOF(End Of File)に達したかどうかを返します。 -
IRB
:: StdioInputMethod # gets -> String (3000.0) -
標準入力から文字列を 1 行読み込みます。
標準入力から文字列を 1 行読み込みます。 -
IRB
:: StdioInputMethod # line(line _ no) -> String (3000.0) -
引数 line_no で指定した過去の入力を行単位で返します。
引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。 -
IRB
:: StdioInputMethod # readable _ atfer _ eof? -> true (3000.0) -
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。 -
IRB
:: Context # io -> IRB :: InputMethod (101.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # init _ save _ history -> () (16.0) -
自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える ようにします。
...自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える
ようにします。
@see IRB::HistorySavingAbility.extended...