るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.017秒)
トップページ > クエリ:IRB[x] > クエリ:gets[x] > バージョン:3.1[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. irb/input-method gets
  2. irb/input-method new
  3. irb/cmd/subirb execute
  4. irb/cmd/load execute
  5. irb/cmd/pushws execute

検索結果

IRB::FileInputMethod#gets -> String (63307.0)

読み込んだファイルから文字列を 1 行読み込みます。

読み込んだファイルから文字列を 1 行読み込みます。

IRB::InputMethod#gets (63307.0)

NotImplementedError が発生します。

NotImplementedError が発生します。

@raise NotImplementedError 必ず発生します。

IRB::ReadlineInputMethod#gets -> String (63307.0)

標準入力から文字列を 1 行読み込みます。

標準入力から文字列を 1 行読み込みます。

IRB::StdioInputMethod#gets -> String (63307.0)

標準入力から文字列を 1 行読み込みます。

標準入力から文字列を 1 行読み込みます。