# File lib/innate/helper.rb, line 126
    def each_extend(into, *names, &block)
      return if names.empty?
      into.extend(*each(*names, &block))
    end