مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-17 21:39:47 +00:00
style(rubocop): Lint/UnusedBlockArgument
هذا الالتزام موجود في:
@@ -85,7 +85,7 @@ class Domain < ApplicationRecord
|
||||
|
||||
def parent_domains
|
||||
parts = name.split(".")
|
||||
parts[0, parts.size - 1].each_with_index.map do |p, i|
|
||||
parts[0, parts.size - 1].each_with_index.map do |_, i|
|
||||
parts[i..-1].join(".")
|
||||
end
|
||||
end
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم