class Steep::Errors::IncompatibleBlockParameters
def initialize(node:, method_type:)
def initialize(node:, method_type:) super(node: node) @method_type = method_type end
def to_s
def to_s "#{location_to_str}: IncompatibleBlockParameters: method_type=#{method_type}" end