class School::Accessor
- School::Accessor
- School::Expression
- Reference
- Object
Overview
An accessor.
Wraps a method call or other operation, implemented as a block.
Included Modules
Defined in:
school/rule/expression.crConstructors
Instance Method Summary
-
#call(bindings : Bindings) : DomainTypes | Nil
Calls the block, passing in the current bindings.
Constructor Detail
Instance Method Detail
Calls the block, passing in the current bindings.