別のキーワード
種類
- クラス (12)
- 特異メソッド (12)
- インスタンスメソッド (12)
ライブラリ
-
irb
/ context (12) -
irb
/ output-method (24)
クラス
-
IRB
:: Context (12) -
IRB
:: StdioOutputMethod (12)
検索結果
先頭3件
-
IRB
:: StdioOutputMethod (18000.0) -
標準出力を表すクラスです。ライブラリ内部で使用します。
標準出力を表すクラスです。ライブラリ内部で使用します。 -
IRB
:: StdioOutputMethod # print(*objs) -> nil (3000.0) -
引数を標準出力に出力します。
引数を標準出力に出力します。
@param objs 任意のオブジェクトを指定します。 -
IRB
:: Context . new(irb , workspace = nil , input _ method = nil , output _ method = nil) -> IRB :: Context (6.0) -
自身を初期化します。
...のいずれかを指定します。
@param output_method IRB::OutputMethod のサブクラスのオブジェクト
を指定します。省略した場合は
IRB::StdioOutputMethod オブジェクトが新しく
作成されます。...