class Ollama::Handlers::Collector

def initialize(output: $stdout)

def initialize(output: $stdout)
  super
  @array = []
end