Ruby Extract -Nummer aus String

a.map {|x| x[/\d+/]}
Poor Polecat