Module: Filler::Words

Extended by:
Words
Included in:
Words
Defined in:
lib/filler/filler_helper.rb

Instance Method Summary collapse

Instance Method Details

#output_wordsObject



5
6
7
8
9
# File 'lib/filler/filler_helper.rb', line 5

def output_words
  File.open("lipsum.txt").each do |file|
    file.each_line { |line| @w << line }
  end
end