fork download
  1. test = %w/ 1word _word ball area programming /
  2. puts test.select { |w| /\A[a-z&&[^aeiou]]/i.match?(w) }
Success #stdin #stdout 0.01s 6332KB
stdin
Standard input is empty
stdout
ball
programming