Method: Wombat.configure

Defined in:
lib/wombat.rb

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Wombat)

    the object that the method was called on

[View source]

16
17
18
# File 'lib/wombat.rb', line 16

def configure
  yield self
end