# File lib/tour/facets/module/preextend.rb, line 20
  def preextend(aspect)
    aspect.__send__(:include, self)
    extend aspect
  end