Method: Command::Results::Presenter#initialize
- Defined in:
- lib/command-set/results.rb
#initialize ⇒ Presenter
Returns a new instance of Presenter.
275 276 277 278 279 280 |
# File 'lib/command-set/results.rb', line 275 def initialize @results = List.new("") @leading_edge = @results @formatters = [] @list_lock = Mutex.new end |