Method: Zold::Routines::Reconnect#initialize
- Defined in:
- lib/zold/commands/routines/reconnect.rb
#initialize(opts, remotes, farm = Farm::Empty.new, network: 'test', log: Log::NULL) ⇒ Reconnect
Returns a new instance of Reconnect.
35 36 37 38 39 40 41 |
# File 'lib/zold/commands/routines/reconnect.rb', line 35 def initialize(opts, remotes, farm = Farm::Empty.new, network: 'test', log: Log::NULL) @opts = opts @remotes = remotes @farm = farm @network = network @log = log end |