Method: ATP::Flow#marshal_dump
- Defined in:
- lib/atp/flow.rb
#marshal_dump ⇒ 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.
74 75 76 |
# File 'lib/atp/flow.rb', line 74 def marshal_dump [@name, @program, Processors::Marshal.new.process(raw)] end |