Module: Roby::DRoby::V5::Queries::OrMatcherDumper
- Included in:
- Queries::OrMatcher
- Defined in:
- lib/roby/droby/v5/droby_dump.rb
Defined Under Namespace
Classes: DRoby
Instance Method Summary collapse
-
#droby_dump(dest) ⇒ Object
Returns an intermediate representation of
selfsuitable to be sent to thedestpeer.
Instance Method Details
#droby_dump(dest) ⇒ Object
Returns an intermediate representation of self suitable to be sent to the dest peer.
843 844 845 |
# File 'lib/roby/droby/v5/droby_dump.rb', line 843 def droby_dump(dest) DRoby.new(dest.dump(@ops)) end |