# File lib/mail/version_specific/ruby_1_9.rb, line 37
    def Ruby19.has_constant?(klass, string)
      klass.const_defined?( string, false )
    end