Method: Zold::Remote#initialize

Defined in:
lib/zold/commands/remote.rb

#initialize(remotes:, farm: Farm::Empty.new, log: Log::NULL) ⇒ Remote

Returns a new instance of Remote.



50
51
52
53
54
# File 'lib/zold/commands/remote.rb', line 50

def initialize(remotes:, farm: Farm::Empty.new, log: Log::NULL)
  @remotes = remotes
  @farm = farm
  @log = log
end