Method: FluentCommandBuilder::Netsh::V61#netsh

Defined in:
lib/fluent_command_builder/command_builders/netsh_61.rb

#netsh {|b| ... } ⇒ Object

Yields:

  • (b)


17
18
19
20
21
22
# File 'lib/fluent_command_builder/command_builders/netsh_61.rb', line 17

def netsh
  b = UnderlyingBuilder.new @@config
  c = Netsh.new(b)
  yield b if block_given?
  c
end