# File lib/facets/core/module/include_and_extend.rb, line 5
  def include_and_extend(*mods)
    include *mods
    extend *mods
  end