Method: Sibit::BestOf#initialize

Defined in:
lib/sibit/bestof.rb

#initialize(list, log: Sibit::Log.new, verbose: false) ⇒ BestOf

Constructor.



36
37
38
39
40
# File 'lib/sibit/bestof.rb', line 36

def initialize(list, log: Sibit::Log.new, verbose: false)
  @list = list
  @log = log
  @verbose = verbose
end