Class: SvgOptimizer::Plugins::RemoveDescription
- Defined in:
- lib/svg_optimizer/plugins/remove_description.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from SvgOptimizer::Plugins::Base
Instance Method Details
#process ⇒ Object
6 7 8 |
# File 'lib/svg_optimizer/plugins/remove_description.rb', line 6 def process xml.xpath("//desc").remove end |