Class: Gemite::AST::StringLiteral
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::StringLiteral
- Defined in:
- lib/gemite/ast.rb
Overview
parts: [:str, "text"] または [:expr, ast] の配列("#{}"補間対応)
Instance Attribute Summary collapse
-
#parts ⇒ Object
Returns the value of attribute parts.
Instance Attribute Details
#parts ⇒ Object
Returns the value of attribute parts
9 10 11 |
# File 'lib/gemite/ast.rb', line 9 def parts @parts end |