mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-25 06:41:11 -05:00
rspec and memory_profiler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user