Method: Paapi.configure

Defined in:
lib/paapi.rb

.configure {|_self| ... } ⇒ Object Also known as: config

Yields:

  • (_self)

Yield Parameters:

  • _self (Paapi)

    the object that the method was called on



80
81
82
83
# File 'lib/paapi.rb', line 80

def configure
  yield self
  true
end