Class: MilkTea::AST::FormatString
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::FormatString
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#parts ⇒ Object
readonly
Returns the value of attribute parts.
Instance Attribute Details
#parts ⇒ Object (readonly)
Returns the value of attribute parts
244 245 246 |
# File 'lib/milk_tea/core/ast.rb', line 244 def parts @parts end |