Class: HTML::Pipeline::NowrapPlainTextInputFilter

Inherits:
TextFilter
  • Object
show all
Defined in:
lib/html/pipeline/bungo/nowrap_plain_text_input_filter.rb

Instance Method Summary collapse

Instance Method Details

#callObject



10
11
12
# File 'lib/html/pipeline/bungo/nowrap_plain_text_input_filter.rb', line 10

def call
  EscapeUtils.escape_html(@text, false)
end