module Excon

def set_raise_on_warnings!(should_raise)

def set_raise_on_warnings!(should_raise)
  @raise_on_warnings = should_raise
end