Returns a new instance of Spec.
Yields:
Yield Parameters:
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