# File lib/active_support/vendor/builder/blankslate.rb, line 22 def hide(name) undef_method name if instance_methods.include?(name.to_s) and name !~ /^(__|instance_eval)/ end