module Roby::DRoby::V5::Queries::NotMatcherDumper
Public Instance Methods
droby_dump(peer)
click to toggle source
Returns an intermediate representation of self
suitable to be sent to the dest
peer.
# File lib/roby/droby/v5/droby_dump.rb, line 825 def droby_dump(peer) DRoby.new(peer.dump(@op)) end