Method: Apostle.configure

Defined in:
lib/apostle.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Apostle)

    the object that the method was called on



41
42
43
# File 'lib/apostle.rb', line 41

def configure
  yield self
end