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