Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/htmlfilter.rb

Overview

Overload the standard String class for extra convienience.

Instance Method Summary collapse

Instance Method Details

#html_filter(*opts) ⇒ Object



706
707
708
# File 'lib/htmlfilter.rb', line 706

def html_filter(*opts)
  HTMLFilter.new(*opts).filter(self)
end