Yields:
Yield Parameters:
the object that the method was called on
194 195 196
# File 'lib/weblate/configuration.rb', line 194 def configure yield(self) if block_given? end