Method: FluentCommandBuilder::Netsh::V61::SetRule#local_port
- Defined in:
- lib/fluent_command_builder/command_builders/netsh_61.rb
#local_port(port) {|@b| ... } ⇒ Object
233 234 235 236 237 |
# File 'lib/fluent_command_builder/command_builders/netsh_61.rb', line 233 def local_port(port) @b.append " localPort=#{@b.format port, ','}" yield @b if block_given? self end |