class RBS::Types::Proc

def initialize(location:, type:, block:, self_type: nil)

def initialize(location:, type:, block:, self_type: nil)
  @type = type
  @block = block
  @location = location
  @self_type = self_type
end