Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rubygems/user_interactionライブラリ > Gem::StreamUI::SimpleProgressReporterクラス
class Gem::StreamUI::SimpleProgressReporter
クラスの継承リスト: Gem::StreamUI::SimpleProgressReporter < Object < Kernel < BasicObject
Abstract
シンプルな表示を行う進捗報告のクラスです。
特異メソッド
new(out_stream, size, initial_message, terminal_message = nil)
-
このクラスを初期化します。
- [PARAM] out_stream:
- 出力ストリームを指定します。
- [PARAM] size:
- 処理する全体の数です。
- [PARAM] initial_message:
- 初期化が終わったときに表示するメッセージを指定します。
- [PARAM] terminal_message:
- 終了時に表示するメッセージです。
インスタンスメソッド
count -> Integer
-
Gem::StreamUI::SimpleProgressReporter#updated が呼び出された回数を返します。
done -> nil
-
終了メッセージを表示します。
updated(message) -> nil
-
ドットを表示します。
- [PARAM] message:
- 指定しても意味がありません。