Yields:
Yield Parameters:
the object that the method was called on
31 32 33 34
# File 'lib/config.rb', line 31 def self.setup yield self unless @_ran_once @_ran_once = true end