# File lib/wsdl/soap/classDefCreatorSupport.rb, line 77
  def nsym(ele)
    ele.nil? ? 'nil' : sym(ele)
  end