| Class | Node::XSTR |
| In: |
ext/nodeinfo.c
|
| Parent: | Node |
Represents a string object inside backticks, e.g.:
`lit`
The given string is executed in a subshell and the output from its stdout stored in a string.