class SearchUI::Search
def initialize(
def initialize( match:, query:, found:, output: STDOUT, prompt: 'Search? %s' ) @match = match @query = query @found = found @output = output @prompt = prompt @selector = 0 @max_selector = nil @answer = '' end
def initialize( match:, query:, found:, output: STDOUT, prompt: 'Search? %s' ) @match = match @query = query @found = found @output = output @prompt = prompt @selector = 0 @max_selector = nil @answer = '' end