Returns a new instance of Spec.
Yields:
Yield Parameters:
the object that the method was called on
59 60 61 62 63 64 65
# File 'lib/stool/Core/LibInfo.rb', line 59 def initialize @ios = Ios.new() @osx = Osx.new() @tvos = Tvos.new() @watchos = Watchos.new() yield self if block_given? end