An interpolated string like "Hello, #{name}!"
.
Returns a list of expressions that comprise the interpolated string.
Crystal::Macros::ASTNode
Reference
Reference
Object
Object
Returns a list of expressions that comprise the interpolated string.
These alternate between StringLiteral
for the plaintext parts and ASTNode
s of any type for the interpolated expressions.
© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/Crystal/Macros/StringInterpolation.html