lib/inch/api/suggest.rb in inch-0.5.0.rc11 vs lib/inch/api/suggest.rb in inch-0.5.0
- old
+ new
@@ -67,10 +67,10 @@
Codebase::Objects.sort_by_priority(
priority_list.empty? ? list : priority_list)
end
- def all_filenames(objects)
+ def all_filenames(_objects)
codebase.objects.map do |o|
o.files.map(&:filename)
end.flatten
end