module Roby::Queries::None

Implementation of a singleton object that matches no other object

Public Class Methods

===(other) click to toggle source

@return [Boolean] match operator, always returns false

# File lib/roby/queries/none.rb, line 6
def self.===(other)
    false
end
droby_dump(peer) click to toggle source
# File lib/roby/queries/none.rb, line 15
def self.droby_dump(peer)
    DRoby.new
end