module Kernel
Public Instance Methods
warn(msg)
click to toggle source
# File lib/soap/soap.rb, line 136 def warn(msg) STDERR.puts(msg + "\n") unless $VERBOSE.nil? end
# File lib/soap/soap.rb, line 136 def warn(msg) STDERR.puts(msg + "\n") unless $VERBOSE.nil? end