class HTMLPipeline::ConvertFilter
Attributes
html[R]
text[R]
Public Class Methods
call(text, context: {}, result: {})
click to toggle source
# File lib/html_pipeline/convert_filter.rb, line 12 def call(text, context: {}, result: {}) new(context: context, result: result).call(text) end
new(context: {}, result: {})
click to toggle source
Calls superclass method
# File lib/html_pipeline/convert_filter.rb, line 7 def initialize(context: {}, result: {}) super end