Module: Sevgi::Graphics::Mixtures::Call
- Defined in:
- lib/sevgi/graphics/mixtures/call.rb
Overview
DSL helpers for invoking callable drawing modules.
Instance Method Summary collapse
-
#Call(mod, *args, **kwargs) ⇒ Object?
Runs a callable drawing module in the current element context.
Instance Method Details
#Call(mod, *args, **kwargs) ⇒ Object?
293 294 295 |
# File 'lib/sevgi/graphics/mixtures/call.rb', line 293 def Call(mod, ...) Graphics::Module.__send__(:call, mod, self, ...) end |