Class TableAssignmentBlock
A Block that is similar to to TableBlock but assigns the table to a table key instead of a local variable.
Info:
- License: MIT
- Author: Richard Voelker
Methods
TableAssignmentBlock.new (self, name, key) | Create the TableAssignmentBlock. |
Methods
- TableAssignmentBlock.new (self, name, key)
-
Create the TableAssignmentBlock.
Parameters:
- self TableAssignmentBlock
- name string The name of the table variable that this table is assigned to.
- key string The key of the table to assign to.