Method: Wechatpay.configure

Defined in:
lib/wechatpay.rb

.configure {|Config| ... } ⇒ Object

Yields:



19
20
21
# File 'lib/wechatpay.rb', line 19

def configure
  yield Config if block_given?
end