Yield self on setup for nice config blocks
Yields:
Yield Parameters:
the object that the method was called on
12 13 14
# File 'lib/chatter.rb', line 12 def self.setup yield self end