Method: Pod::Spec#initialize

Defined in:
lib/stool/Core/LibInfo.rb

#initialize {|_self| ... } ⇒ Spec

Returns a new instance of Spec.

Yields:

  • (_self)

Yield Parameters:

  • _self (Pod::Spec)

    the object that the method was called on



24
25
26
27
# File 'lib/stool/Core/LibInfo.rb', line 24

def initialize
  @ios = Ios.new()
  yield self if block_given?
end