# File lib/action_view/template_handlers/safemode_handler.rb, line 15
      def helper_methods(view)
        view.class.included_modules.collect {|m| m.instance_methods(false) }.flatten.map(&:to_sym)
      end