Method: Rdm::Gen::Init#initialize

Defined in:
lib/rdm/gen/init.rb

#initialize(current_path, test, console, stdout) ⇒ Init

Returns a new instance of Init.



17
18
19
20
21
22
23
# File 'lib/rdm/gen/init.rb', line 17

def initialize(current_path, test, console, stdout)
  @current_path      = current_path
  @test              = test
  @console           = console
  @template_detector = Rdm::Templates::TemplateDetector.new(current_path)
  @stdout            = stdout
end