class Steep::Errors::UnexpectedBlockGiven

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}: UnexpectedBlockGiven: method_type=#{method_type}"
end