Currently in article we do `opts = Keyword.merge(@default_options, opts)`, in summarize we don't. It should be unified - we probably want to use default options also in summarize.
Currently in article we do
opts = Keyword.merge(@default_options, opts), in summarize we don't.It should be unified - we probably want to use default options also in summarize.