lib/compare_task.rb in machinery-tool-1.18.0 vs lib/compare_task.rb in machinery-tool-1.19.0
- old
+ new
@@ -72,10 +72,10 @@
end
if identical && common_scopes
output = "\n" + output unless output.empty?
output = "Compared descriptions are identical." + output
elsif !identical_scopes.empty?
- phrase = Machinery::pluralize(identical_scopes.count, "scope is", "scopes are")
+ phrase = Machinery.pluralize(identical_scopes.count, "scope is", "scopes are")
output += "Following #{phrase} identical in both descriptions: " + identical_scopes.join(",")
end
output
end