rspec and memory_profiler

This commit is contained in:
Jaiden Mispy 2014-10-14 01:02:08 -07:00
parent 639e200a83
commit d09d968915
7 changed files with 18 additions and 22 deletions

View file

@ -47,7 +47,7 @@ module Ebooks
lines.each do |l|
next if l.start_with?('#') # Remove commented lines
next if l.include?('RT') || l.include?('MT') # Remove soft retweets
if l.include?('@')
mentions << l
else