Module: Kernel
- Defined in:
 - lib/soap/soap.rb
 
Instance Method Summary collapse
Instance Method Details
#warn(msg) ⇒ Object
      136 137 138  | 
    
      # File 'lib/soap/soap.rb', line 136 def warn(msg) STDERR.puts(msg + "\n") unless $VERBOSE.nil? end  |