Yields:
Yield Parameters:
the object that the method was called on
175 176 177
# File 'lib/form_api/configuration.rb', line 175 def configure yield(self) if block_given? end