Method: Transproc::Transformer::Deprecated::ClassInterface#new
- Defined in:
- lib/transproc/transformer/deprecated/class_interface.rb
#new ⇒ Object
9 10 11 12 13 |
# File 'lib/transproc/transformer/deprecated/class_interface.rb', line 9 def new(*) super.tap do |transformer| transformer.instance_variable_set('@transproc', transproc) if transformations.any? end end |