Module: Transproc::Functions
- Included in:
- ArrayTransformations, ClassTransformations, Coercions, Conditional, HashTransformations, Recursion
- Defined in:
- lib/transproc/functions.rb
Overview
Function container extension
Instance Method Summary collapse
Instance Method Details
#method_added(meth) ⇒ Object
17 18 19 20 |
# File 'lib/transproc/functions.rb', line 17 def method_added(meth) module_function meth Transproc.register(meth, method(meth)) end |