Method: Zold::Remotes#initialize

Defined in:
lib/zold/remotes.rb

#initialize(file:, network: 'test', timeout: 60) ⇒ Remotes

Returns a new instance of Remotes.



143
144
145
146
147
# File 'lib/zold/remotes.rb', line 143

def initialize(file:, network: 'test', timeout: 60)
  @file = file
  @network = network
  @timeout = timeout
end