Class: Roby::EventConstraints::UnboundTaskPredicate::CompiledPredicate
- Defined in:
- lib/roby/event_constraints.rb
Overview
See #compile.
Objects of this class hold the compiled predicate used for evaluation
Instance Attribute Summary collapse
-
#ready ⇒ Object
Returns the value of attribute ready.
Instance Method Summary collapse
Instance Attribute Details
#ready ⇒ Object
Returns the value of attribute ready.
248 249 250 |
# File 'lib/roby/event_constraints.rb', line 248 def ready @ready end |