Method: Inch::API::Suggest#initialize

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

#initialize(codebase, options) ⇒ Suggest

Returns a new instance of Suggest.



6
7
8
9
# File 'lib/inch/api/suggest.rb', line 6

def initialize(codebase, options)
  super
  @options = Options::Suggest.new(options)
end