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