Method: Codebot::Options::Network#update
- Defined in:
- lib/codebot/options/network.rb
#update(name) ⇒ Object
Updates the network with the specified name.
72 73 74 75 76 |
# File 'lib/codebot/options/network.rb', line 72 def update(name) Options.with_core(, true) do |core| NetworkManager.new(core.config).update(name, ) end end |