Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/raw/util/html_filter.rb

Overview

Overload the standard String class for extra convienience.

Direct Known Subclasses

Raw::OutputBuffer

Instance Method Summary collapse

Instance Method Details

#html_filterObject



480
481
482
# File 'lib/raw/util/html_filter.rb', line 480

def html_filter
  HtmlFilter.new.filter(self)
end