class SyntaxTree::Assign
def initialize(target:, value:, location:)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (target: SyntaxTree::VarField, value: (SyntaxTree::ArrayLiteral | SyntaxTree::CallNode | SyntaxTree::VarRef), location: SyntaxTree::Location) -> void
This signature was generated using 5 samples from 1 application.
def initialize(target:, value:, location:) @target = target @value = value @location = location @comments = [] end