Method: Trailblazer::Context::Container#decompose
- Defined in:
- lib/trailblazer/context/container.rb
#decompose ⇒ Object
Return the Context’s two components. Used when computing the new output for the next activity.
26 27 28 |
# File 'lib/trailblazer/context/container.rb', line 26 def decompose [@wrapped_options, @mutable_options] end |