lib/inch/api/suggest.rb in inch-0.6.0 vs lib/inch/api/suggest.rb in inch-0.6.1
- old
+ new
@@ -12,9 +12,13 @@
list = files_sorted_by_importance
how_many = @options.file_count || list.size
list[0...how_many]
end
+ def grade_lists
+ super(relevant_objects)
+ end
+
# @return [Array] the +@options.object_count+ objects the API suggests
def objects
filter_objects_to_display
end