Method: I2P::BOB::Client#clear
- Defined in:
- lib/i2p/bob/client.rb
#clear ⇒ void Also known as: clear!
This method returns an undefined value.
Removes the current tunnel. The tunnel must be inactive.
433 434 435 436 437 |
# File 'lib/i2p/bob/client.rb', line 433 def clear send_command(:clear) read_response # "cleared" self end |