Module: Roby::Queries::None
- Defined in:
- lib/roby/queries/none.rb
Overview
Implementation of a singleton object that matches no other object
Defined Under Namespace
Classes: DRoby
Class Method Summary collapse
-
.===(other) ⇒ Boolean
Match operator, always returns false.
- .droby_dump(peer) ⇒ Object
Class Method Details
.===(other) ⇒ Boolean
Returns match operator, always returns false.
8 9 10 |
# File 'lib/roby/queries/none.rb', line 8 def self.===(other) false end |
.droby_dump(peer) ⇒ Object
18 19 20 |
# File 'lib/roby/queries/none.rb', line 18 def self.droby_dump(peer) DRoby.new end |