Method: Indocker::Networks::Network#add_container
- Defined in:
- lib/indocker/networks/network.rb
#add_container(container) ⇒ Object
9 10 11 |
# File 'lib/indocker/networks/network.rb', line 9 def add_container(container) @containers.push(container) if !@containers.include?(container) end |