Module: HtmlTerminator::InstanceMethods
- Defined in:
- lib/html_terminator.rb
Instance Method Summary collapse
Instance Method Details
#terminate_html ⇒ Object
67 68 69 70 71 72 73 74 75 |
# File 'lib/html_terminator.rb', line 67 def terminate_html self.html_terminator_fields.each do |field, | value = self[field] unless value.nil? self[field] = HtmlTerminator.sanitize(value, ) end end end |