Class: Roby::DRoby::V5::Queries::NotMatcherDumper::DRoby
- Defined in:
- lib/roby/droby/v5/droby_dump.rb
Overview
An intermediate representation of NegateTaskMatcher objects suitable to be sent to our peers.
Instance Method Summary collapse
-
#initialize(op) ⇒ DRoby
constructor
A new instance of DRoby.
- #proxy(peer) ⇒ Object
Constructor Details
#initialize(op) ⇒ DRoby
Returns a new instance of DRoby.
815 816 817 |
# File 'lib/roby/droby/v5/droby_dump.rb', line 815 def initialize(op) @op = op end |
Instance Method Details
#proxy(peer) ⇒ Object
818 819 820 |
# File 'lib/roby/droby/v5/droby_dump.rb', line 818 def proxy(peer) Roby::Queries::NotMatcher.new(peer.local_object(@op)) end |