class SyntaxTree::SClass

def initialize(target:, bodystmt:, location:)

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

def initialize: (target: SyntaxTree::VarRef, bodystmt: SyntaxTree::BodyStmt, location: SyntaxTree::Location) -> void

This signature was generated using 1 sample from 1 application.

def initialize(target:, bodystmt:, location:)
  @target = target
  @bodystmt = bodystmt
  @location = location
  @comments = []
end