# File lib/highline/menu.rb, line 151 def choices( *names, &action ) names.each { |n| choice(n, &action) } end