# File lib/tour/facets/module/prepend.rb, line 3
  def self.included(base)
    base.extend Self
    base.instance_methods(false).each do |meth|
      base.method_added(meth)
    end
  end