class Utils::SearchUI
def initialize(query:, found:, output: STDOUT, prompt: 'Search? %s')
def initialize(query:, found:, output: STDOUT, prompt: 'Search? %s') @query = query @found = found @output = output @prompt = prompt @answer = '' end
def initialize(query:, found:, output: STDOUT, prompt: 'Search? %s') @query = query @found = found @output = output @prompt = prompt @answer = '' end