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

Examples:

include Transproc::Helper

t(:to_string)

Instance Method Summary collapse

Instance Method Details

#t(*args, &block) ⇒ Object

See Also:



14
15
16
# File 'lib/transproc/composer.rb', line 14

def t(*args, &block)
  Transproc(*args, &block)
end