Method: Rdm::CLI::Init#initialize
- Defined in:
- lib/rdm/cli/init.rb
#initialize(current_path, test, console, stdout) ⇒ Init
Returns a new instance of Init.
10 11 12 13 14 15 |
# File 'lib/rdm/cli/init.rb', line 10 def initialize(current_path, test, console, stdout) @current_path = current_path @test = test @console = console @stdout = stdout end |