るりまサーチ

最速Rubyリファレンスマニュアル検索!
121件ヒット [1-100件を表示] (0.024秒)
トップページ > クエリ:nil[x] > ライブラリ:rubygems/user_interaction[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. _builtin nil?
  2. object nil?
  3. nilclass nil?
  4. object nil
  5. _builtin nil

検索結果

<< 1 2 > >>

Gem::StreamUI#alert(statement, question = nil) -> String | nil (211.0)

INFO レベルのアラートを表示します。

...am statement 表示する文字列を指定します。

@param question 必要であれば質問を指定します。

@return question を指定した場合は、それに対する回答を返します。
question を指定しない場合は nil を返します。

@see Gem::StreamUI#ask...

Gem::StreamUI#alert_error(statement, question = nil) -> String | nil (211.0)

ERROR レベルのアラートを表示します。

...am statement 表示する文字列を指定します。

@param question 必要であれば質問を指定します。

@return question を指定した場合は、それに対する回答を返します。
question を指定しない場合は nil を返します。

@see Gem::StreamUI#ask...

Gem::StreamUI#alert_warning(statement, question = nil) -> String | nil (211.0)

WARNING レベルのアラートを表示します。

...am statement 表示する文字列を指定します。

@param question 必要であれば質問を指定します。

@return question を指定した場合は、それに対する回答を返します。
question を指定しない場合は nil を返します。

@see Gem::StreamUI#ask...

Gem::StreamUI#ask(question) -> String | nil (110.0)

質問をします。

...質問をします。

@param question 質問を指定します。

@return 入力ストリームが TTY に接続されている場合は回答を返します。
そうでない場合は nil を返します。...

Gem::StreamUI::SilentProgressReporter#count -> nil (104.0)

何もしません。

何もしません。

絞り込み条件を変える

Gem::StreamUI::SilentProgressReporter#done -> nil (104.0)

何もしません。

何もしません。

Gem::StreamUI::SilentProgressReporter#updated(message) -> nil (104.0)

何もしません。

何もしません。

@param message 指定しても意味がありません。

Gem::StreamUI::SimpleProgressReporter#done -> nil (104.0)

終了メッセージを表示します。

終了メッセージを表示します。

Gem::StreamUI::SimpleProgressReporter#updated(message) -> nil (104.0)

ドットを表示します。

ドットを表示します。

@param message 指定しても意味がありません。

Gem::StreamUI::VerboseProgressReporter#done -> nil (104.0)

終了メッセージを表示します。

終了メッセージを表示します。

絞り込み条件を変える

<< 1 2 > >>