Yields:
Yield Parameters:
the object that the method was called on
40 41 42
# File 'lib/t1k.rb', line 40 def self.setup &block yield(self) if block_given? end