class Closure
- Closure
- Reference
- Object
Defined in:
closure.crConstructors
Instance Method Summary
-
#call(arg_values : Array(ValidType)) : ValidType
Call the closure and return the result
- #scope : Scope
Constructor Detail
Instance Method Detail
Call the closure and return the result