class SyntaxTree::ARef

def initialize(collection:, index:, location:)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (collection: SyntaxTree::CallNode, index: SyntaxTree::Args, location: SyntaxTree::Location) -> void

This signature was generated using 1 sample from 1 application.

def initialize(collection:, index:, location:)
  @collection = collection
  @index = index
  @location = location
  @comments = []
end