class SyntaxTree::MethodAddBlock

def initialize(call:, block:, location:)

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

def initialize: (call: SyntaxTree::CallNode, block: SyntaxTree::BlockNode, location: SyntaxTree::Location) -> void

This signature was generated using 4 samples from 1 application.

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