# File lib/erubis/helpers/rails_form_helper.rb, line 50 def _pp_remove_error_div(s) s.sub!(/\A<div class="fieldWithErrors">(.*)<\/div>\z/, '\1') return s end