lib/wsdl/soap/classDefCreatorSupport.rb in soap4r-sgonyea-1.5.9 vs lib/wsdl/soap/classDefCreatorSupport.rb in soap4r-sgonyea-1.6.0
- old
+ new
@@ -1,6 +1,5 @@
-# encoding: ASCII-8BIT
# WSDL4R - Creating class code support from WSDL.
# Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
# This program is copyrighted free software by NAKAMURA, Hiroshi. You can
# redistribute it and/or modify it under the same terms of Ruby's license;
@@ -50,10 +49,10 @@
# RETURNS
#{dump_inout_type(output, element_definitions).chomp}
#
__EOD__
unless fault.empty?
- str += <<__EOD__
+ str <<<<__EOD__
# RAISES
#{dump_fault_type(fault, element_definitions)}
#
__EOD__
end