Class: Opulent::Filters::Escaped
- Defined in:
- lib/opulent/filters.rb
Instance Attribute Summary
Attributes inherited from Filter
Instance Method Summary collapse
Methods inherited from Filter
#initialize, #install_error, #load_filter
Constructor Details
This class inherits a constructor from Opulent::Filters::Filter
Instance Method Details
#gem_name ⇒ Object
188 189 190 |
# File 'lib/opulent/filters.rb', line 188 def gem_name nil end |
#render(code, _options = {}) ⇒ Object
184 185 186 |
# File 'lib/opulent/filters.rb', line 184 def render(code, = {}) Compiler.escape code end |