# File lib/safemode/blankslate.rb, line 36
      def allow_instance_method(*names)
        @allowed_instance_methods = allowed_instance_methods + names.map{|name| name.to_s}
        @allowed_instance_methods.uniq!
      end