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