Module: Pakyow::Support::Pipeline::Initializer Private
- Defined in:
- lib/pakyow/support/pipeline.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #initialize ⇒ Object private
Instance Method Details
#initialize ⇒ 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.
118 119 120 121 |
# File 'lib/pakyow/support/pipeline.rb', line 118 def initialize(*) @__pipeline = self.class.__pipeline.callable(self) super end |