Class: HTML::Pipeline::BoldFilter

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

Instance Method Summary collapse

Instance Method Details

#callObject



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

def call
  bold_filter(@text)
end