class Ollama::Handlers::Collector
def call(response)
def call(response) @array << response self end
def initialize(output: $stdout)
def initialize(output: $stdout) super @array = [] end
def result
def result @array end
def call(response) @array << response self end
def initialize(output: $stdout) super @array = [] end
def result @array end