300件ヒット
[201-300件を表示]
(0.056秒)
種類
- インスタンスメソッド (192)
- 特異メソッド (60)
- クラス (48)
ライブラリ
-
irb
/ context (24) -
irb
/ input-method (276)
クラス
-
IRB
:: Context (24) -
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)
- io (12)
- line (24)
- new (60)
-
readable
_ atfer _ eof? (36)
検索結果
先頭5件
-
IRB
:: InputMethod # gets (6000.0) -
NotImplementedError が発生します。
...NotImplementedError が発生します。
@raise NotImplementedError 必ず発生します。... -
IRB
:: ReadlineInputMethod # eof? -> bool (6000.0) -
入力が EOF(End Of File)に達したかどうかを返します。
...入力が EOF(End Of File)に達したかどうかを返します。... -
IRB
:: ReadlineInputMethod # gets -> String (6000.0) -
標準入力から文字列を 1 行読み込みます。
標準入力から文字列を 1 行読み込みます。 -
IRB
:: ReadlineInputMethod # line(line _ no) -> String (6000.0) -
引数 line_no で指定した過去の入力を行単位で返します。
引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。 -
IRB
:: StdioInputMethod # eof? -> bool (6000.0) -
入力が EOF(End Of File)に達したかどうかを返します。
...入力が EOF(End Of File)に達したかどうかを返します。... -
IRB
:: StdioInputMethod # gets -> String (6000.0) -
標準入力から文字列を 1 行読み込みます。
標準入力から文字列を 1 行読み込みます。 -
IRB
:: StdioInputMethod # line(line _ no) -> String (6000.0) -
引数 line_no で指定した過去の入力を行単位で返します。
引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。 -
IRB
:: Context . new(irb , workspace = nil , input _ method = nil , output _ method = nil) -> IRB :: Context (206.0) -
自身を初期化します。
...た場合は新しく作成されます。
@param input_method String、IRB::InputMethod のサブクラスの
オブジェクト、nil のいずれかを指定します。
@param output_method IRB::OutputMethod のサブクラスのオブジェクト......を指定します。省略した場合は
IRB::StdioOutputMethod オブジェクトが新しく
作成されます。... -
IRB
:: Context # io -> IRB :: InputMethod (201.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。