別のキーワード
種類
- インスタンスメソッド (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)
検索結果
先頭1件
-
IRB
:: Context . new(irb , workspace = nil , input _ method = nil , output _ method = nil) -> IRB :: Context (6.0) -
自身を初期化します。
...オブジェクトを指定します。省略し
た場合は新しく作成されます。
@param input_method String、IRB::InputMethod のサブクラスの
オブジェクト、nil のいずれかを指定します。
@param output_method IRB::OutputMethod...