# File lib/safemode/core_ext.rb, line 10
  def undef_methods(*methods)
    methods.each { |name| undef_method(name) }
  end