public
Description: A library for safe evaluation of Ruby code based on ParseTree/RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml.
Homepage: http://www.artweb-design.de
Clone URL: git://github.com/svenfuchs/safemode.git
safemode / init.rb
100644 3 lines (2 sloc) 0.109 kb
1
2
3
require 'safemode'
 
require 'action_view/conditional_template_handler' if Object.const_defined?('ActionView')