Module: Transproc::Helper
- Included in:
- Composer
- Defined in:
- lib/transproc/composer.rb
Overview
Transproc helper that adds ‘t` method as a shortcut for `Transproc` method
Instance Method Summary collapse
Instance Method Details
#t(*args, &block) ⇒ Object
14 15 16 |
# File 'lib/transproc/composer.rb', line 14 def t(*args, &block) Transproc(*args, &block) end |