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