Module: Stingray::Exec
- Defined in:
- lib/stingray/exec.rb,
lib/stingray/exec/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.configure ⇒ Object
5 6 7 8 9 10 11 12 13 14 |
# File 'lib/stingray/exec.rb', line 5 def self.configure Savon.configure do |config| unless ENV['DEBUG'] config.log = false HTTPI.log = false end yield config if block_given? end end |