Returns a new instance of Acceptor.
Parameters:
@see Source#repo.
14 15 16
# File 'lib/cocoapods-core/source/acceptor.rb', line 14 def initialize(repo) @source = Source.new(repo) end