lib/inch/api/suggest.rb in inch-0.4.7 vs lib/inch/api/suggest.rb in inch-0.4.8
- old
+ new
@@ -3,10 +3,10 @@
module Inch
module API
class Suggest < Filter
def initialize(codebase, options)
super
- @options = Options::Suggest(options)
+ @options = Options::Suggest.new(options)
end
def files
list = files_sorted_by_importance
how_many = @options.file_count || list.size