Class: Postsvg::Translation::Handlers::DefsHandler
- Inherits:
-
Object
- Object
- Postsvg::Translation::Handlers::DefsHandler
- Defined in:
- lib/postsvg/translation/handlers/defs_handler.rb
Class Method Summary collapse
-
.call(_element, _context) ⇒ Object
children are referenced; we don't paint them at the point of definition.
Class Method Details
.call(_element, _context) ⇒ Object
11 |
# File 'lib/postsvg/translation/handlers/defs_handler.rb', line 11 def self.call(_element, _context); end |