check!(type_name, env:, location:)click to toggle source
# File rbs-1.0.4/lib/rbs/errors.rb, line 116defself.check!(type_name, env,, location))
env.class_decls.key?(type_name) orraisenew(type_name:type_name, location:location)
end
new(type_name:, location:)click to toggle source
# File rbs-1.0.4/lib/rbs/errors.rb, line 109definitialize(type_name,, location))
@type_name = type_name@location = locationsuper"#{Location.to_string location}: Could not find super class: #{type_name}"end