# File lib/facets/core/module/shadow_all.rb, line 5
  def shadow_all( include_ancestors=true )
    instance_methods(include_ancestors).each { |m| shadow_method( m ) }
  end