2
0

Remove unused Extractor#extract_cashtags_with_indices method (#30742)

This commit is contained in:
Matt Jankowski
2024-06-18 08:16:16 -04:00
committed by GitHub
parent d5f02adad7
commit 38c6825eda
2 changed files with 3 additions and 7 deletions

View File

@@ -86,10 +86,6 @@ module Extractor
possible_entries
end
def extract_cashtags_with_indices(_text)
[]
end
def extract_extra_uris_with_indices(text)
return [] unless text&.index(':')