Class: FalseClass
Instance Method Summary collapse
-
#to_unbound_task_predicate ⇒ Object
Returns an UnboundTaskPredicate object that will always evaluate to false.
Instance Method Details
#to_unbound_task_predicate ⇒ Object
Returns an UnboundTaskPredicate object that will always evaluate to false
160 161 162 |
# File 'lib/roby/event_constraints.rb', line 160 def to_unbound_task_predicate Roby::EventConstraints::UnboundTaskPredicate::False.new end |