I have a very big .txt file and i want to write a ruby script to filter through some data. Basically I want to iterate over each line and then store the individual words in the line in an array and then operate on the words. however I am not able to get each word separately in a arrayI have a very big .txt file and i want to write