Method: Chatter.setup

Defined in:
lib/chatter.rb

.setup {|_self| ... } ⇒ Object

Yield self on setup for nice config blocks

Yields:

  • (_self)

Yield Parameters:

  • _self (Chatter)

    the object that the method was called on



12
13
14
# File 'lib/chatter.rb', line 12

def self.setup
  yield self
end