Method: Inch::API::Suggest#files

Defined in:
lib/inch/api/suggest.rb

#filesObject



11
12
13
14
15
# File 'lib/inch/api/suggest.rb', line 11

def files
  list = files_sorted_by_importance
  how_many = @options.file_count || list.size
  list[0...how_many]
end