Method: Pod::Specification::Set::Presenter#initialize

Defined in:
lib/cocoapods-core/specification/set/presenter.rb

#initialize(set) ⇒ Presenter

Returns a new instance of Presenter.

Parameters:

  • set (Set)

    @see #set.



16
17
18
# File 'lib/cocoapods-core/specification/set/presenter.rb', line 16

def initialize(set)
  @set = set
end