Module: Roby::DRoby::V5::Queries::NotMatcherDumper

Included in:
Queries::NotMatcher
Defined in:
lib/roby/droby/v5/droby_dump.rb

Defined Under Namespace

Classes: DRoby

Instance Method Summary collapse

Instance Method Details

#droby_dump(peer) ⇒ Object

Returns an intermediate representation of self suitable to be sent to the dest peer.



821
822
823
# File 'lib/roby/droby/v5/droby_dump.rb', line 821

def droby_dump(peer)
    DRoby.new(peer.dump(@op))
end