# File lib/mail/version_specific/ruby_1_8.rb, line 32
    def Ruby18.has_constant?(klass, string)
      klass.constants.include?( string )
    end