Method: DelivereeSms.configure

Defined in:
lib/deliveree_sms.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (DelivereeSms)

    the object that the method was called on



11
12
13
# File 'lib/deliveree_sms.rb', line 11

def self.configure
  yield self
end