Yields:
Yield Parameters:
the object that the method was called on
15 16 17 18
# File 'lib/finexclub/core.rb', line 15 def configure(&block) yield self self end