Yields:
Yield Parameters:
the object that the method was called on
57 58 59
# File 'lib/invisible_captcha.rb', line 57 def setup yield(self) if block_given? end