Module: Pipetree::Macros
- Included in:
- Pipetree
- Defined in:
- lib/pipetree.rb
Instance Method Summary collapse
Instance Method Details
#insert!(new_function, options) ⇒ Object
26 27 28 |
# File 'lib/pipetree.rb', line 26 def insert!(new_function, ) Pipetree::Insert.(self, new_function, ) end |