Module: AutoHtml
- Extended by:
- AutoHtml
- Included in:
- ActionView::Helpers::TextHelper, AutoHtml, AutoHtmlFor::InstanceMethods
- Defined in:
- lib/auto_html/base.rb,
lib/auto_html/filter.rb,
lib/auto_html/builder.rb
Defined Under Namespace
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.add_filter(name, &block) ⇒ Object
4 5 6 |
# File 'lib/auto_html/base.rb', line 4 def self.add_filter(name, &block) AutoHtml::Builder.add_filter(name, &block) end |