We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954023b commit 180d444Copy full SHA for 180d444
lib/tasks/spam.rake
@@ -21,7 +21,7 @@ namespace :spam do
21
items.select do |item|
22
summary = item.summary
23
uris = extract_uris(summary)
24
- return uris.length.positive?
+ uris.length.positive?
25
end
26
27
items
0 commit comments