module Savon
Constants
- Version
Public Class Methods
configure() { |self| ... }
click to toggle source
Yields this module to a given block
. Please refer to the
Savon::Global
module for configuration options.
# File lib/savon.rb, line 10 def self.configure yield self if block_given? end