Method: Payify.setup

Defined in:
lib/payify.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Payify)

    the object that the method was called on



22
23
24
# File 'lib/payify.rb', line 22

def self.setup
  yield self
end