Class: HTML::Pipeline::NowrapPlainTextInputFilter
- Inherits:
-
TextFilter
- Object
- TextFilter
- HTML::Pipeline::NowrapPlainTextInputFilter
- Defined in:
- lib/html/pipeline/bungo/nowrap_plain_text_input_filter.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/html/pipeline/bungo/nowrap_plain_text_input_filter.rb', line 10 def call EscapeUtils.escape_html(@text, false) end |