method
warn
warn(msg)
public
Hide source
# File lib/soap/soap.rb, line 136 def warn(msg) STDERR.puts(msg + "\n") unless $VERBOSE.nil? end


