class SyntaxTree::YieldNode

def initialize(arguments:, location:)

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

def initialize: (arguments: SyntaxTree::Paren, location: SyntaxTree::Location) -> void

This signature was generated using 1 sample from 1 application.

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