Class: MilkTea::AST::FormatString

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#partsObject (readonly)

Returns the value of attribute parts

Returns:

  • (Object)

    the current value of parts



244
245
246
# File 'lib/milk_tea/core/ast.rb', line 244

def parts
  @parts
end