class SyntaxTree::Super
def initialize(arguments:, location:)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (arguments: SyntaxTree::ArgParen, location: SyntaxTree::Location) -> void
This signature was generated using 1 sample from 1 application.
def initialize(arguments:, location:) @arguments = arguments @location = location @comments = [] end