Parent

Methods

Module

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.