class SanitizeAttributes::Configuration
Attributes
keep_elements[RW]
Public Class Methods
new()
click to toggle source
# File lib/sanitize_attributes/configuration.rb, line 5 def initialize @keep_elements = %w(h1 h2 h3 p pre b i u br) end