Yields:
Yield Parameters:
the object that the method was called on
167 168 169
# File 'lib/minty/configuration.rb', line 167 def configure yield(self) if block_given? end