Returns a new instance of Node.
36 37 38
# File 'lib/zold/commands/node.rb', line 36 def initialize(log: Log::Quiet.new) @log = log end