Method: Msg.setup

Defined in:
lib/msg.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Msg)

    the object that the method was called on



33
34
35
# File 'lib/msg.rb', line 33

def setup
  yield self
end