class SyntaxTree::StringContent
def initialize(parts:, location:)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (parts: (Array[] | Array[SyntaxTree::StringEmbExpr] | Array[SyntaxTree::TStringContent]), location: SyntaxTree::Location) -> void
This signature was generated using 33 samples from 1 application.
def initialize(parts:, location:) @parts = parts @location = location @comments = [] end