module Tins::DeepConstGet

def const_defined_in?(modul, constant)

We do not create coverage on 1.8
:nocov:
def const_defined_in?(modul, constant)
  modul.const_defined?(constant)
end