# File lib/tins/deep_const_get.rb, line 11
      def self.const_defined_in?(modul, constant)
        modul.const_defined?(constant, false)
      end