46 47 48 49 50
# File 'lib/wsdl/soap/classNameCreator.rb', line 46 def check_classname(name) if Object.constants.include?(name) warn("created definition re-opens an existing toplevel class: #{name}. consider to use --module_path option of wsdl2ruby.rb") end end