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