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