Class: TemplateTrimmer
- Inherits:
-
Object
- Object
- TemplateTrimmer
- Defined in:
- lib/trimmer/template_trimmer.rb
Overview
given a template SVG, remove unused icons
Instance Method Summary collapse
Instance Method Details
#trim(template_svg) ⇒ Object
5 6 7 |
# File 'lib/trimmer/template_trimmer.rb', line 5 def trim(template_svg) remove_unused_template_icons(template_svg) end |