committed by
Eugen Rochko
parent
be83d450eb
commit
f937cad68f
@ -56,4 +56,8 @@ module Extractor
|
||||
tags.each { |tag| yield tag[:hashtag], tag[:indices].first, tag[:indices].last } if block_given?
|
||||
tags
|
||||
end
|
||||
|
||||
def extract_cashtags_with_indices(_text)
|
||||
[] # always returns empty array
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user