| Class | Node::SPLAT |
| In: |
ext/nodeinfo.c
|
| Parent: | Node |
Represents the splat (*) operation as an rvalue, e.g.:
*head
If the argument is an array, returns self. If the argument is nil, returns [nil]. If the argument is any other value, returns the result of calling to_a on the argument.