Method: Transproc::Transformer::ClassInterface#inherited
- Defined in:
- lib/transproc/transformer/class_interface.rb
#inherited(subclass) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
26 27 28 |
# File 'lib/transproc/transformer/class_interface.rb', line 26 def inherited(subclass) subclass.container(@container) if defined?(@container) end |