rspec and memory_profiler
This commit is contained in:
parent
639e200a83
commit
d09d968915
7 changed files with 18 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue