Method: Exec::NodeInstall#initialize
- Defined in:
- lib/exec/node_install.rb
#initialize(argv, stdin, stdout, stderr, command_name) ⇒ NodeInstall
Note:
Overrides default constructor by passing CustomCommandOption to super().
Default constructor of the class.
22 23 24 |
# File 'lib/exec/node_install.rb', line 22 def initialize(argv, stdin, stdout, stderr, command_name) super(argv, stdin, stdout, stderr, command_name, CustomCommandOption) end |