module Shamu::Entities::HtmlSanitation::AttributeMethod

Public Instance Methods

attribute( name, *args, **options, &block ) click to toggle source

(see Attributes::HtmlSanitation.attribute)

Calls superclass method
# File lib/shamu/entities/html_sanitation.rb, line 15
def attribute( name, *args, **options, &block )
  options[:html] ||= :none

  super name, *args, **options, &block
end