class FalseClass

Public Instance Methods

to_unbound_task_predicate() click to toggle source

Returns an UnboundTaskPredicate object that will always evaluate to false

# File lib/roby/event_constraints.rb, line 156
def to_unbound_task_predicate
    Roby::EventConstraints::UnboundTaskPredicate::False.new
end