Class: HTML::Pipeline::EmphFilter

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

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
# File 'lib/html/pipeline/bungo/emph_filter.rb', line 5

def call
  emph_dot_filter(@text)
end