# File lib/rails_xss/action_view.rb, line 27 def simple_format_with_escaping(text, html_options = {}) simple_format_without_escaping(ERB::Util.h(text), html_options) end