Method: Pay.setup

Defined in:
lib/pay.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Pay)

    the object that the method was called on



114
115
116
# File 'lib/pay.rb', line 114

def self.setup
  yield self
end