| In: |
app/models/chunks/engines.rb
|
| Parent: | Chunk::Abstract |
# File app/models/chunks/engines.rb, line 22
22: def mask(content)
23: BlueCloth.new(text,content.options[:engine_opts]).to_html
24: end